Files
agent/src/tsconfig.json
József Farkas dcf5cbe4d8 Add Angular2
2016-04-06 21:44:53 +02:00

17 lines
352 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false
},
"exclude": [
"../node_modules",
"../typings/main",
"../typings/main.d.ts"
]
}