HumanBreak/tsconfig.node.json

12 lines
294 B
JSON
Raw Normal View History

2022-11-13 18:02:05 +08:00
{
"compilerOptions": {
"target": "ESNext",
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
2023-06-20 22:35:51 +08:00
"allowSyntheticDefaultImports": true,
"strict": true
2022-11-13 18:02:05 +08:00
},
2023-06-20 22:35:51 +08:00
"include": ["vite.config.ts", "mota.config.ts", "script/**/*.ts"]
2022-11-13 18:02:05 +08:00
}