kt-template-online-web/tsconfig.node.json

9 lines
152 B
JSON

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