aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.benchmark.json
diff options
context:
space:
mode:
authorUri Shaked2025-02-11 10:27:42 +0200
committerUri Shaked2025-02-11 10:27:42 +0200
commita2dd0c2a0e996d816c456f6e0911d992ba893ff3 (patch)
treec98df6426885153fdead0087ac580fc35c57d0d9 /tsconfig.benchmark.json
parentchore(deps): npm audit fix (diff)
downloadavr8js-a2dd0c2a0e996d816c456f6e0911d992ba893ff3.tar.gz
avr8js-a2dd0c2a0e996d816c456f6e0911d992ba893ff3.tar.bz2
avr8js-a2dd0c2a0e996d816c456f6e0911d992ba893ff3.zip
chore: replace ts-node with tsx
Diffstat (limited to '')
-rw-r--r--tsconfig.benchmark.json11
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"]
-}