fncConvertGui/frontend/tsconfig.node.json
2026-02-25 23:17:08 +01:00

12 lines
195 B
JSON

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