添加新的需求
This commit is contained in:
40
pc-cattle-transportation/tsconfig.json
Normal file
40
pc-cattle-transportation/tsconfig.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"typeRoots": [
|
||||
"node_modules/@types",
|
||||
// 默认值
|
||||
"src/types"
|
||||
],
|
||||
"types": [
|
||||
"pinia-plugin-persist"
|
||||
],
|
||||
"target": "esnext",
|
||||
"useDefineForClassFields": true,
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"jsx": "preserve",
|
||||
"sourceMap": true,
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"lib": [
|
||||
"esnext",
|
||||
"dom"
|
||||
],
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
// "@": [
|
||||
// "src"
|
||||
// ],
|
||||
// "@/*": [
|
||||
// "src/*"
|
||||
// ]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"src/**/*.d.ts",
|
||||
"src/**/*.tsx",
|
||||
"src/**/*.vue"
|
||||
, "src/api/installation.js", "src/api/installation.js" ]
|
||||
}
|
||||
Reference in New Issue
Block a user