chore: 初始化文件结构
This commit is contained in:
15
jsconfig.node.json
Normal file
15
jsconfig.node.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "@tsconfig/node20/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"composite": true,
|
||||
"noEmit": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"types": ["node"]
|
||||
},
|
||||
"exclude": [],
|
||||
"include": [
|
||||
"vite.config.js"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user