mirror of
https://github.com/xiaoyiweb/YiAi.git
synced 2025-10-20 17:03:45 +08:00
初始化
This commit is contained in:
14
admin/tsconfig.node.json
Normal file
14
admin/tsconfig.node.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"esModuleInterop": true,
|
||||
"resolveJsonModule": true
|
||||
},
|
||||
"include": [
|
||||
"package.json",
|
||||
"vite.config.ts",
|
||||
"vite/**/*.ts"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user