aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.benchmark.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.benchmark.json')
-rw-r--r--tsconfig.benchmark.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/tsconfig.benchmark.json b/tsconfig.benchmark.json
deleted file mode 100644
index 66cd0ce..0000000
--- a/tsconfig.benchmark.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "extends": "./tsconfig.json",
- "compilerOptions": {
- "rootDir": ".",
- "target": "es2018",
- "module": "commonjs",
- "esModuleInterop": true,
- "allowJs": true
- },
- "include": ["src/**/*.ts", "benchmark/**/*.ts"]
-}