From 52683dafc360c431874d85ee9e516c13c96f055f Mon Sep 17 00:00:00 2001 From: Brandon Keiji Date: Fri, 18 Apr 2025 14:37:02 -0700 Subject: infra: add multipackage support (#34) --- tsconfig.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 8dca4b2a..cdd593c2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,13 @@ "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, - "sourceMap": true + "sourceMap": true, + "composite": true, + // MONOREPO STUFF + "incremental": true, + "target": "ES2020", + "module": "Node16", + "declaration": true, + "moduleResolution": "node16", } } -- cgit v1.2.3