mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
18 lines
366 B
JSON
18 lines
366 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "./",
|
||
|
"types": ["node"],
|
||
|
"target": "ESNext",
|
||
|
"module": "CommonJS",
|
||
|
"declaration": true,
|
||
|
"outDir": "types",
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"pretty": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"typeRoots": ["./node_modules/@types/", "./src/types/"]
|
||
|
},
|
||
|
"include": ["src", "types.d.ts"],
|
||
|
"exclude": ["dist"]
|
||
|
}
|