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