From eb34f43f667a3914989bb179e8f279a1027906db Mon Sep 17 00:00:00 2001 From: "WillBooster Inc." Date: Sat, 23 Dec 2023 14:39:59 +0000 Subject: [PATCH] chore: willboosterify this repo --- packages/shared-lib-blitz-next/tsconfig.json | 1 + packages/shared-lib-node/tsconfig.json | 1 + packages/shared-lib-react/tsconfig.json | 1 + packages/shared-lib/tsconfig.json | 1 + packages/wb/tsconfig.json | 1 + tsconfig.json | 1 + 6 files changed, 6 insertions(+) diff --git a/packages/shared-lib-blitz-next/tsconfig.json b/packages/shared-lib-blitz-next/tsconfig.json index 3b6f0ef1..69114b6c 100644 --- a/packages/shared-lib-blitz-next/tsconfig.json +++ b/packages/shared-lib-blitz-next/tsconfig.json @@ -4,6 +4,7 @@ "alwaysStrict": true, "declaration": true, "esModuleInterop": true, + "experimentalDecorators": true, "importHelpers": false, "module": "NodeNext", "moduleResolution": "NodeNext", diff --git a/packages/shared-lib-node/tsconfig.json b/packages/shared-lib-node/tsconfig.json index 3b6f0ef1..69114b6c 100644 --- a/packages/shared-lib-node/tsconfig.json +++ b/packages/shared-lib-node/tsconfig.json @@ -4,6 +4,7 @@ "alwaysStrict": true, "declaration": true, "esModuleInterop": true, + "experimentalDecorators": true, "importHelpers": false, "module": "NodeNext", "moduleResolution": "NodeNext", diff --git a/packages/shared-lib-react/tsconfig.json b/packages/shared-lib-react/tsconfig.json index f501f82c..d144af95 100644 --- a/packages/shared-lib-react/tsconfig.json +++ b/packages/shared-lib-react/tsconfig.json @@ -4,6 +4,7 @@ "alwaysStrict": true, "declaration": true, "esModuleInterop": true, + "experimentalDecorators": true, "importHelpers": false, "jsx": "react-jsx", "module": "NodeNext", diff --git a/packages/shared-lib/tsconfig.json b/packages/shared-lib/tsconfig.json index 3b6f0ef1..69114b6c 100644 --- a/packages/shared-lib/tsconfig.json +++ b/packages/shared-lib/tsconfig.json @@ -4,6 +4,7 @@ "alwaysStrict": true, "declaration": true, "esModuleInterop": true, + "experimentalDecorators": true, "importHelpers": false, "module": "NodeNext", "moduleResolution": "NodeNext", diff --git a/packages/wb/tsconfig.json b/packages/wb/tsconfig.json index 18d308ba..791d86ed 100644 --- a/packages/wb/tsconfig.json +++ b/packages/wb/tsconfig.json @@ -4,6 +4,7 @@ "alwaysStrict": true, "declaration": true, "esModuleInterop": true, + "experimentalDecorators": true, "importHelpers": false, "module": "NodeNext", "moduleResolution": "NodeNext", diff --git a/tsconfig.json b/tsconfig.json index 7b8893b9..561754f3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "alwaysStrict": true, "declaration": true, "esModuleInterop": true, + "experimentalDecorators": true, "importHelpers": false, "jsx": "react-jsx", "module": "NodeNext",