HumanBreak/tsconfig.node.json
2024-09-30 10:24:48 +08:00

12 lines
276 B
JSON

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