keywind/tsconfig.node.json

12 lines
267 B
JSON
Raw Normal View History

2022-09-03 08:00:00 +00:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"composite": true,
"module": "ESNext",
2023-09-23 20:00:00 +00:00
"moduleResolution": "bundler",
"skipLibCheck": true
2022-09-03 08:00:00 +00:00
},
"include": ["vite.config.ts"]
}