|
|
@@ -1,12 +1,13 @@
|
|
|
{
|
|
|
- "extends": "@vue/tsconfig/tsconfig.node.json",
|
|
|
"compilerOptions": {
|
|
|
"composite": true,
|
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
|
|
"skipLibCheck": true,
|
|
|
"module": "ESNext",
|
|
|
"moduleResolution": "bundler",
|
|
|
- "allowSyntheticDefaultImports": true
|
|
|
+ "allowSyntheticDefaultImports": true,
|
|
|
+ "strict": true,
|
|
|
+ "noEmit": true
|
|
|
},
|
|
|
"include": ["vite.config.ts"]
|
|
|
}
|