HumanBreak/tsconfig.node.json
2022-11-13 18:02:05 +08:00

11 lines
252 B
JSON

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