diff options
author | Matthew Miller <matthew@millerti.me> | 2022-06-14 22:17:38 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-06-14 22:17:38 -0700 |
commit | c64faf92e8e2097d979b5ce9055a6c53dd9851a9 (patch) | |
tree | 2605e1338b8c8826533b5e7da96e3b5e55c7568c /packages/typescript-types | |
parent | 685fd10b1e436dc53b2fb9094fdfbc66e0891678 (diff) |
Set up build caching
Diffstat (limited to 'packages/typescript-types')
-rw-r--r-- | packages/typescript-types/package.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json index f11464d..4f2de6f 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -20,6 +20,13 @@ "extract-dom-types": "ts-node extract-dom-types.ts", "prepublish": "npm run build" }, + "nx": { + "targets": { + "build": { + "outputs": ["./dist"] + } + } + }, "keywords": [ "typescript", "webauthn", |