mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-11-29 18:48:31 +08:00
15 lines
261 B
JSON
Executable File
15 lines
261 B
JSON
Executable File
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"package.json",
|
|
"vite.config.ts",
|
|
"vite/**/*.ts"
|
|
]
|
|
}
|