We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0707ad commit ba37e8dCopy full SHA for ba37e8d
tsconfig.json
@@ -1,6 +1,7 @@
1
{
2
"compilerOptions": {
3
"allowJs": true,
4
+ "resolveJsonModule": true,
5
"strictNullChecks": true,
6
"outDir": "dist",
7
"sourceMap": true,
0 commit comments