mirror of
https://gitlab.silvrtree.co.uk/martind2000/ft.git
synced 2025-03-13 03:40:01 +00:00
12 lines
205 B
JSON
12 lines
205 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"experimentalDecorators": true,
|
||
|
"target": "ES6"
|
||
|
},
|
||
|
"exclude": [
|
||
|
"assets",
|
||
|
"coverage",
|
||
|
"node_modules",
|
||
|
"ui-toolkit"
|
||
|
]
|
||
|
}
|