diff options
| author | Uri Shaked | 2019-12-01 22:04:02 +0200 |
|---|---|---|
| committer | Uri Shaked | 2019-12-01 22:04:02 +0200 |
| commit | ec512ea868d5df64a8a11ed27d5032337760ffde (patch) | |
| tree | 17498763371060cb9a21d38dfea704046dbeee81 /tsconfig.benchmark.json | |
| parent | feat: initial implementation of USART (diff) | |
| download | avr8js-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.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"] +} |
