mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 15:08:37 +00:00
26 lines
600 B
JSON
26 lines
600 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"noUnusedParameters": false,
|
|
"noUnusedLocals": false,
|
|
"lib": ["es2015", "dom", "es2016.array.include"],
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "../../dist/tools/gulp",
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"noImplicitThis": true,
|
|
"noEmitOnError": true,
|
|
"noImplicitAny": false,
|
|
"target": "es5",
|
|
"types": [
|
|
"node"
|
|
],
|
|
"typeRoots": ["./typings", "../../node_modules/@types/"],
|
|
"baseUrl": ".",
|
|
},
|
|
"files": [
|
|
"gulpfile.ts"
|
|
]
|
|
}
|