mirror of
https://github.com/xiaoyiweb/YiAi.git
synced 2025-09-17 08:46:38 +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"
|
|
]
|
|
}
|