Files
wireframev5_frontend/tsconfig.node.json
T

11 lines
213 B
JSON
Raw Normal View History

2025-01-29 23:49:27 +01:00
{
"compilerOptions": {
2025-02-28 20:42:24 +01:00
"composite": true,
2025-01-29 23:49:27 +01:00
"skipLibCheck": true,
2025-02-28 20:42:24 +01:00
"module": "ESNext",
2025-01-29 23:49:27 +01:00
"moduleResolution": "bundler",
2025-02-28 20:42:24 +01:00
"allowSyntheticDefaultImports": true
2025-01-29 23:49:27 +01:00
},
"include": ["vite.config.ts"]
}