Skip to content

Commit d2f8754

Browse files
committed
fix: adapt tsconfig to common config update
1 parent e5cbe3d commit d2f8754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"baseUrl": "./app",
55
"noImplicitOverride": true,
6-
"isolatedModules": true,
6+
"resolveJsonModule": true,
77
"lib": [
88
"dom",
99
"dom.iterable",

0 commit comments

Comments
 (0)