From 6affd94d3407d67f097ebf6c78acb349ffad5669 Mon Sep 17 00:00:00 2001 From: Joe Yeager Date: Fri, 6 Sep 2024 12:48:48 -0700 Subject: [PATCH] Remove base.tsconfig.json --- base.tsconfig.json | 12 ------------ packages/cli/tsconfig.json | 11 ----------- 2 files changed, 23 deletions(-) delete mode 100644 base.tsconfig.json diff --git a/base.tsconfig.json b/base.tsconfig.json deleted file mode 100644 index 6fc70efa7..000000000 --- a/base.tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "compilerOptions": { - "target": "esnext", - "module": "commonjs", - "declaration": true, - "strict": true, - "esModuleInterop": true, - "resolveJsonModule": true, - "skipLibCheck": true, - "allowJs": true - } -} diff --git a/packages/cli/tsconfig.json b/packages/cli/tsconfig.json index 43f9df415..8801648ea 100644 --- a/packages/cli/tsconfig.json +++ b/packages/cli/tsconfig.json @@ -1,15 +1,4 @@ { - "compilerOptions": { - "outDir": "dist", - "target": "esnext", - "module": "commonjs", - "declaration": true, - "strict": true, - "esModuleInterop": true, - "resolveJsonModule": true, - "skipLibCheck": true, - "allowJs": true - }, "include": [ "commands", "lib",