mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-02 06:33:40 +08:00
17 lines
295 B
JSON
17 lines
295 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"types": ["node"],
|
|
"target": "ESNext",
|
|
"module": "CommonJS",
|
|
"declaration": true,
|
|
"outDir": "dist",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"pretty": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["dist"]
|
|
}
|