@opentiny/tiny-toolkit-pro
Version:
TinyPro Vue:开箱即用、前后端分离的 Vue 后台管理模板
32 lines (31 loc) • 702 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "ES2021",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"skipLibCheck": true,
"paths": {
"@app/db": [
"libs/db/src"
],
"@app/db/*": [
"libs/db/src/*"
],
"@app/models": [
"libs/models/src"
],
"@app/models/*": [
"libs/models/src/*"
]
}
},
"include": ["src/**/*", "./src/global.d.ts", "libs/**/*"]
}