diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index a28cdaf..83c85af 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,6 @@ "noFallthroughCasesInSwitch": true, "lib": ["ES2022"], "paths": { - "@emprespresso/pengueno": ["./u/index.ts"], "@emprespresso/ci_model": ["./model/index.ts"], "@emprespresso/ci_server": ["./server/index.ts"], "@emprespresso/ci_worker": ["./worker/index.ts"] @@ -25,5 +24,5 @@ }, "include": ["**/*.ts", "**/*.js"], "exclude": ["node_modules", "dist", "**/*.d.ts"], - "references": [{ "path": "./u" }, { "path": "./model" }, { "path": "./server" }, { "path": "./worker" }] + "references": [{ "path": "./model" }, { "path": "./server" }, { "path": "./worker" }] } |