ft/jsconfig.json

12 lines
205 B
JSON
Raw Permalink Normal View History

2017-06-09 08:09:06 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
"target": "ES6"
},
"exclude": [
"assets",
"coverage",
"node_modules",
"ui-toolkit"
]
}