keycloak-scim/examples/demo-template/angular2-product-app/src/main/webapp/tsconfig.json

15 lines
297 B
JSON
Raw Normal View History

2016-02-11 02:53:03 +00:00
{
"compilerOptions": {
"target": "es5",
"module": "system",
"moduleResolution": "node",
"sourceMap": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false
},
"exclude": [
"node_modules"
]
}