mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 15:08:37 +00:00
22 lines
409 B
JSON
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,
|
|
},
|
|
}
|