nestjs-paginate/tsconfig.json
2020-06-28 20:01:47 +02:00

16 lines
332 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": true,
"outDir": "./lib",
"baseUrl": "./",
"incremental": true
},
"include": ["src"]
}