mirror of
https://github.com/pure-admin/pure-admin-backend.git
synced 2025-04-24 23:37:17 +08:00
16 lines
296 B
JSON
16 lines
296 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNEXT",
|
|
"module": "commonjs",
|
|
"pretty": true,
|
|
"sourceMap": true,
|
|
"outDir": "dist",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["src/**/*.ts", ],
|
|
"exclude": [
|
|
"node_modules",
|
|
"src/router/api/*.ts",
|
|
"dist"
|
|
]
|
|
} |