diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-27 18:50:33 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-27 19:31:06 -0700 |
commit | 7aa11b7a8abacf81dec20fff21216df35d333756 (patch) | |
tree | 40f6a76c37412cf1c5a67f99a4ee30e3aae863c9 /model/tsconfig.json | |
parent | e4df72cd446270cf867ec308995a05e21b3aa601 (diff) | |
download | ci-7aa11b7a8abacf81dec20fff21216df35d333756.tar.gz ci-7aa11b7a8abacf81dec20fff21216df35d333756.zip |
Pulls in pengueno from npm
Diffstat (limited to 'model/tsconfig.json')
-rw-r--r-- | model/tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/model/tsconfig.json b/model/tsconfig.json index 7ad21ad..98e457c 100644 --- a/model/tsconfig.json +++ b/model/tsconfig.json @@ -10,6 +10,5 @@ "noEmit": false }, "include": ["**/*.ts"], - "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"], - "references": [{ "path": "../u" }] + "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"] } |