@opentiny/tiny-toolkit-pro
Version:
TinyPro Vue:开箱即用、前后端分离的 Vue 后台管理模板
33 lines (32 loc) • 776 B
JSON
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": false,
"webpack": true,
"assets": [
{ "include": "i18n/**/*", "watchAssets": true }
]
},
"projects": {
"db": {
"type": "library",
"root": "libs/db",
"entryFile": "index",
"sourceRoot": "libs/db/src",
"compilerOptions": {
"tsConfigPath": "libs/db/tsconfig.lib.json"
}
},
"models": {
"type": "library",
"root": "libs/models",
"entryFile": "index",
"sourceRoot": "libs/models/src",
"compilerOptions": {
"tsConfigPath": "libs/models/tsconfig.lib.json"
}
}
}
}