08ea5fbe98
添加用户管理视图、API和状态管理文件
30 lines
624 B
JSON
30 lines
624 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "commonjs",
|
|
"lib": ["ES2020"],
|
|
"outDir": "./dist",
|
|
"rootDir": "./",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": [
|
|
"scripts/**/*",
|
|
"config/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist",
|
|
"everything-is-suitable-admin",
|
|
"everything-is-suitable-api",
|
|
"everything-is-suitable-uniapp"
|
|
]
|
|
}
|