HumanBreak/tsconfig.node.json
2025-09-02 13:54:37 +08:00

12 lines
297 B
JSON

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