@greengreystudio/server-package-nest-settings-manager
Version:
This package is an adaptation of the server-package-settings-manager package for NestJS
18 lines (17 loc) • 396 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": false,
"outDir": "./dist",
"noLib": false,
"strict": true,
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
}