From ec512ea868d5df64a8a11ed27d5032337760ffde Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sun, 1 Dec 2019 22:04:02 +0200 Subject: feat: add benchmarking code --- tsconfig.benchmark.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tsconfig.benchmark.json (limited to 'tsconfig.benchmark.json') 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"] +} -- cgit v1.2.3