aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/has-symbols/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/has-symbols/tsconfig.json')
-rw-r--r--node_modules/has-symbols/tsconfig.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/node_modules/has-symbols/tsconfig.json b/node_modules/has-symbols/tsconfig.json
deleted file mode 100644
index ba99af4..0000000
--- a/node_modules/has-symbols/tsconfig.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "extends": "@ljharb/tsconfig",
- "compilerOptions": {
- "target": "ES2021",
- "maxNodeModuleJsDepth": 0,
- },
- "exclude": [
- "coverage"
- ]
-}