aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.build.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.build.json')
-rw-r--r--tsconfig.build.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/tsconfig.build.json b/tsconfig.build.json
deleted file mode 100644
index 0d07a4fc..00000000
--- a/tsconfig.build.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "extends": "./tsconfig.json",
- "compilerOptions": {
- "target": "ES2022",
- "noEmit": false,
- "emitDeclarationOnly": true,
- "rootDir": "src",
- "outDir": "dist/types",
-
- // This negates what is set in the extended tsconfig.json
- "skipLibCheck": false,
- "allowSyntheticDefaultImports": false,
- "resolveJsonModule": false
- },
- "include": ["src"]
-}