mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 10:33:50 +08:00
28 lines
754 B
JSON
28 lines
754 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Base",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"noImplicitOverride": true,
|
|
"noUnusedLocals": true,
|
|
"esModuleInterop": true,
|
|
"useUnknownInCatchVariables": false,
|
|
"composite": false,
|
|
"declarationMap": false,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"inlineSources": false,
|
|
"isolatedModules": true,
|
|
"skipLibCheck": true,
|
|
"noUnusedParameters": false,
|
|
"preserveWatchOutput": true,
|
|
"experimentalDecorators": true,
|
|
"resolveJsonModule": true,
|
|
"removeComments": true
|
|
},
|
|
"exclude": ["**/node_modules/**", "**/dist/**"]
|
|
}
|