From a2dd0c2a0e996d816c456f6e0911d992ba893ff3 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Tue, 11 Feb 2025 10:27:42 +0200 Subject: chore: replace ts-node with tsx --- tsconfig.benchmark.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tsconfig.benchmark.json (limited to 'tsconfig.benchmark.json') 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"] -} -- cgit v1.2.3