node-loc
Version:
ts-lib [](https://www.npmjs.com/package/ts-lib)
31 lines (30 loc) • 807 B
JSON
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"allowJs": false,
"newLine": "LF",
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"diagnostics": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"pretty": true,
"removeComments": true,
"noEmitOnError": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"sourceMap": true,
"strictNullChecks": true,
"declaration": true,
"emitDecoratorMetadata": true,
"noImplicitThis": true,
"stripInternal": true,
"skipDefaultLibCheck": true,
"outDir": "build"
},
"exclude": [
"build",
"node_modules"
]
}