mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-19 04:19:30 +08:00
12 lines
294 B
JSON
12 lines
294 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true
|
|
},
|
|
"include": ["vite.config.ts", "script/**/*.ts", "mota.config.ts"]
|
|
}
|