ft/jsconfig.json
2017-06-09 09:09:06 +01:00

12 lines
205 B
JSON

{
"compilerOptions": {
"experimentalDecorators": true,
"target": "ES6"
},
"exclude": [
"assets",
"coverage",
"node_modules",
"ui-toolkit"
]
}