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 eaaccca commit c43977dCopy full SHA for c43977d
demo/tsconfig.node.json
@@ -4,7 +4,8 @@
4
"skipLibCheck": true,
5
"module": "ESNext",
6
"moduleResolution": "bundler",
7
- "allowSyntheticDefaultImports": true
+ "allowSyntheticDefaultImports": true,
8
+ "strict": false
9
},
10
"include": ["vite.config.ts"]
11
}
0 commit comments