diff options
Diffstat (limited to 'packages/benchmarks/tsconfig.json')
| -rw-r--r-- | packages/benchmarks/tsconfig.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/benchmarks/tsconfig.json b/packages/benchmarks/tsconfig.json new file mode 100644 index 00000000..ae9547cb --- /dev/null +++ b/packages/benchmarks/tsconfig.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://json.schemastore.org/tsconfig", + "extends": "@karakeep/tsconfig/node.json", + "include": ["src/**/*.ts"], + "exclude": ["node_modules"], + "compilerOptions": { + "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json" + } +} |
