From c64faf92e8e2097d979b5ce9055a6c53dd9851a9 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Tue, 14 Jun 2022 22:17:38 -0700 Subject: Set up build caching --- packages/typescript-types/package.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'packages/typescript-types') 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", -- cgit v1.2.3