theia/tsconfig.node.json

10 lines
187 B
JSON
Raw Permalink Normal View History

2024-03-24 05:22:33 +01:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}