mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:37:15 +00:00
81978711e4
* feat: multiple apps plugin * feat: multipleAppManager in Application * stage * fix: export error * test: multiple app * application model * feat: create application with plugins * load and install after sub application created * create subApp database beforeInstall * sub apps listen to main app start & stop events * refactor: getPluginName as package name * feat: load apps on mainApp starts * fix: test * feat: beforeGetApplication event * fix: test * fix: test with sqlite memory database * test: lazyLoad application * fix: test with sqlite memory * chore: clone database collection & promise.all
9 lines
227 B
JSON
9 lines
227 B
JSON
{
|
|
"extends": "../../tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"declaration": true
|
|
},
|
|
"include": ["./src/**/*.ts", "./src/**/*.tsx"],
|
|
"exclude": ["./src/__tests__/*", "./esm/*", "./lib/*"]
|
|
} |