aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.benchmark.json
diff options
context:
space:
mode:
authorUri Shaked2019-12-01 22:04:02 +0200
committerUri Shaked2019-12-01 22:04:02 +0200
commitec512ea868d5df64a8a11ed27d5032337760ffde (patch)
tree17498763371060cb9a21d38dfea704046dbeee81 /tsconfig.benchmark.json
parentfeat: initial implementation of USART (diff)
downloadavr8js-ec512ea868d5df64a8a11ed27d5032337760ffde.tar.gz
avr8js-ec512ea868d5df64a8a11ed27d5032337760ffde.tar.bz2
avr8js-ec512ea868d5df64a8a11ed27d5032337760ffde.zip
feat: add benchmarking code
Diffstat (limited to 'tsconfig.benchmark.json')
-rw-r--r--tsconfig.benchmark.json5
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"]
+}