diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-27 20:40:27 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-27 21:11:08 -0700 |
commit | 54a5b84522e970837ef4cc5e1f6533b18229babf (patch) | |
tree | 0df72d44c87797b6b0368e2bd32a50d4e7c39ca9 /.ci/tsconfig.json | |
parent | 7aa11b7a8abacf81dec20fff21216df35d333756 (diff) | |
download | ci-54a5b84522e970837ef4cc5e1f6533b18229babf.tar.gz ci-54a5b84522e970837ef4cc5e1f6533b18229babf.zip |
Adds npm packpub script
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" }] } |