mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 11:13:43 +08:00
13 lines
256 B
JSON
13 lines
256 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowImportingTsExtensions": true,
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": false
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|