apim-developer-portal1
Version:
API management developer portal
24 lines (23 loc) • 540 B
JSON
{
"compilerOptions": {
"target": "es6",
"lib": [
"dom",
"es2019"
],
"module": "commonjs",
"moduleResolution": "node",
"noStrictGenericChecks": true,
"removeComments": true,
"noLib": false,
"skipLibCheck": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"allowUnreachableCode": true,
"sourceMap": true,
"incremental": true
},
"exclude": [
"./node_modules"
]
}