diff options
Diffstat (limited to '')
| -rw-r--r-- | node_modules/has-symbols/tsconfig.json | 10 |
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" - ] -} |