mirror of
https://github.com/pure-admin/pure-admin-backend.git
synced 2025-04-24 23:37:17 +08:00
19 lines
315 B
JSON
19 lines
315 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"pretty": true,
|
|
"sourceMap": true,
|
|
"target": "es6",
|
|
"outDir": "./dist",
|
|
"baseUrl": "./lib"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts", "src/router/api/user.js"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
]
|
|
}
|