Files
vanilla-yo-notification/tsconfig.json
Indrajith K L 22e4705a9c initial commit
2017-12-18 17:02:00 +05:30

19 lines
340 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"es2015",
"dom"
],
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true
},
"exclude": [
"node_modules",
"dist"
]
}