@kibibit/nconf-hjson
Version:
Add support for json with comments files in nconf
31 lines • 613 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"declarationMap": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": true,
"esModuleInterop": true,
"outDir": "./lib",
"baseUrl": "./",
"paths": {
},
"incremental": true,
"skipLibCheck": true
},
"exclude": [
"node_modules",
"test",
"dist",
"lib",
"examples",
"**/*spec.ts",
"**/*mock.ts",
"jest.config.js",
"jest.setup.ts"
]
}