mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2026-03-13 15:21:02 +00:00
26 lines
590 B
JSON
26 lines
590 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"jsx": "preserve",
|
|
"importHelpers": true,
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"sourceMap": false,
|
|
"declaration": true,
|
|
"declarationDir": "types",
|
|
"inlineSourceMap": false,
|
|
"disableSizeLimit": true,
|
|
"baseUrl": ".",
|
|
"outDir": "dist",
|
|
"paths": {},
|
|
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "src/main.ts"]
|
|
}
|