mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-01 03:27:59 +08:00
14 lines
238 B
JSON
14 lines
238 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"vite.config.ts"
|
|
]
|
|
}
|