summaryrefslogtreecommitdiffhomepage
path: root/packages/util/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/util/tsconfig.json')
-rw-r--r--packages/util/tsconfig.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/util/tsconfig.json b/packages/util/tsconfig.json
deleted file mode 100644
index 528dcd91d..000000000
--- a/packages/util/tsconfig.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "compilerOptions": {
- "target": "ESNext",
- "module": "ESNext",
- "moduleResolution": "bundler",
- "skipLibCheck": true,
- "allowSyntheticDefaultImports": true,
- "esModuleInterop": true,
- "allowJs": true,
- "noEmit": true,
- "strict": true,
- "isolatedModules": true
- }
-}