initial commit
This commit is contained in:
14
benchmarks/tsconfig.json
Normal file
14
benchmarks/tsconfig.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2022",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "bundler",
|
||||
"lib": ["es2022"],
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"isolatedModules": true,
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": ["**/*.bench.ts", "helpers/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user