electron-3d-test/tsconfig.node.json
2024-11-08 10:05:27 +08:00

13 lines
237 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ES2020",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": [
"vite.config.ts"
]
}