diff options
| author | Uri Shaked | 2025-02-11 10:27:42 +0200 |
|---|---|---|
| committer | Uri Shaked | 2025-02-11 10:27:42 +0200 |
| commit | a2dd0c2a0e996d816c456f6e0911d992ba893ff3 (patch) | |
| tree | c98df6426885153fdead0087ac580fc35c57d0d9 /tsconfig.benchmark.json | |
| parent | chore(deps): npm audit fix (diff) | |
| download | avr8js-a2dd0c2a0e996d816c456f6e0911d992ba893ff3.tar.gz avr8js-a2dd0c2a0e996d816c456f6e0911d992ba893ff3.tar.bz2 avr8js-a2dd0c2a0e996d816c456f6e0911d992ba893ff3.zip | |
chore: replace ts-node with tsx
Diffstat (limited to 'tsconfig.benchmark.json')
| -rw-r--r-- | tsconfig.benchmark.json | 11 |
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"] -} |
