woj-ui-2/tsconfig.node.json

14 lines
363 B
JSON
Raw Normal View History

2024-02-20 17:03:05 +08:00
{
"compilerOptions": {
"composite": true,
2024-06-24 15:31:28 +08:00
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"skipLibCheck": true,
2024-02-20 17:03:05 +08:00
"module": "ESNext",
"moduleResolution": "bundler",
2024-06-24 15:31:28 +08:00
"allowSyntheticDefaultImports": true,
"strict": true,
"noEmit": true
2024-02-20 17:03:05 +08:00
},
"include": ["vite.config.ts"]
}