nimbus-gui/tsconfig.node.json
Rickard Andersson f36bf56a6a project reinit
2023-08-03 09:20:54 +03:00

11 lines
213 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}