aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/design-system/packages/acme-utils/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/design-system/packages/acme-utils/tsconfig.json')
-rw-r--r--examples/design-system/packages/acme-utils/tsconfig.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/design-system/packages/acme-utils/tsconfig.json b/examples/design-system/packages/acme-utils/tsconfig.json
new file mode 100644
index 0000000..9be70c0
--- /dev/null
+++ b/examples/design-system/packages/acme-utils/tsconfig.json
@@ -0,0 +1,5 @@
+{
+ "extends": "@acme/tsconfig/react-library.json",
+ "include": ["."],
+ "exclude": ["dist", "build", "node_modules"]
+}