mirror of
https://github.com/nestjs/docs.nestjs.com.git
synced 2026-02-24 05:32:44 +00:00
24 lines
503 B
JSON
24 lines
503 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"allowUnusedLabels": true,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es2015",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"lib": [
|
|
"es2016",
|
|
"dom"
|
|
],
|
|
"module": "esnext",
|
|
"baseUrl": "./"
|
|
}
|
|
} |