mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-11-30 11:07:52 +08:00
15 lines
250 B
JSON
15 lines
250 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [
|
|
"package.json",
|
|
"vite.config.ts",
|
|
"vite/**/*.ts"
|
|
]
|
|
}
|