diff options
Diffstat (limited to '')
| -rw-r--r-- | tsconfig.benchmark.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tsconfig.benchmark.json b/tsconfig.benchmark.json new file mode 100644 index 0000000..608b618 --- /dev/null +++ b/tsconfig.benchmark.json @@ -0,0 +1,5 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { "rootDir": "." }, + "include": ["src/**/*.ts", "benchmark/**/*.ts"] +} |
