DocuSphere/web/tsconfig.node.json
2024-09-02 20:50:10 +02:00

9 lines
188 B
JSON

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