nestjs-paginate/tsconfig.json

16 lines
332 B
JSON
Raw Normal View History

2020-06-26 21:25:03 +00:00
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": true,
"outDir": "./lib",
"baseUrl": "./",
"incremental": true
},
2020-06-28 18:01:47 +00:00
"include": ["src"]
2020-06-26 21:25:03 +00:00
}