@things-factory/operato-tools 8.0.6 → 9.0.0-beta.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +0,0 @@
1
- import { OperatoToolCreateMenu } from './create-menu'
2
- import { OperatoToolCreateService } from './create-service'
3
-
4
- export const resolvers = [OperatoToolCreateMenu, OperatoToolCreateService]
@@ -1,9 +0,0 @@
1
- {
2
- "extends": "../../tsconfig-base.json",
3
- "compilerOptions": {
4
- "outDir": "../dist-server",
5
- "baseUrl": "./"
6
- },
7
- "include": ["./**/*"],
8
- "exclude": ["**/*.spec.ts"]
9
- }
package/tsconfig.json DELETED
@@ -1,9 +0,0 @@
1
- {
2
- "extends": "../tsconfig-base.json",
3
- "compilerOptions": {
4
- "outDir": "./dist-server",
5
- "baseUrl": "./"
6
- },
7
- "include": ["./server/**/*"],
8
- "exclude": ["**/*.spec.ts"]
9
- }