diff options
Diffstat (limited to '.ci/tsconfig.json')
-rw-r--r-- | .ci/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/tsconfig.json b/.ci/tsconfig.json index 58e9147..3858ff4 100644 --- a/.ci/tsconfig.json +++ b/.ci/tsconfig.json @@ -11,5 +11,5 @@ }, "include": ["**/*.ts"], "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"], - "references": [{ "path": "../u" }, { "path": "../model" }] + "references": [{ "path": "../model" }] } |