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 7a68e65 commit b3e37e7Copy full SHA for b3e37e7
tsconfig.json
@@ -11,6 +11,7 @@
11
"sourceMap": true,
12
"skipLibCheck": true,
13
"resolveJsonModule": true,
14
+ "allowSyntheticDefaultImports": true,
15
"typeRoots": ["./node_modules/@types", "./src/types"]
16
},
17
"include": ["src/**/*.ts"]
0 commit comments