We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320222c commit e404c54Copy full SHA for e404c54
tests/integration/tsconfig.json
@@ -6,7 +6,8 @@
6
"forceConsistentCasingInFileNames": true,
7
"strict": true,
8
"skipLibCheck": true,
9
- "experimentalDecorators": true
+ "experimentalDecorators": true,
10
+ "resolveJsonModule": true
11
},
12
"include": ["**/*.ts", "**/*.d.ts"]
13
}
0 commit comments