Files
nest/tools/benchmarks/tsconfig.json
Mykhailo Skrypskyi 3cb3c2d6ad feat: update benchmarks
2026-02-01 11:42:27 +02:00

22 lines
409 B
JSON

{
"$schema": "https://www.schemastore.org/tsconfig",
"_version": "18.2.0",
"compilerOptions": {
"lib": ["es2023"],
"module": "node16",
"target": "es2022",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "node16",
"outDir": "dist",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
},
}