ft-webplatform/jsconfig.json
Martin Donnelly 76920442b1 init
2017-09-28 13:04:16 +01:00

12 lines
205 B
JSON

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