smartdata/tsconfig.json

8 lines
122 B
JSON
Raw Normal View History

2016-11-17 23:42:25 +00:00
{
"compilerOptions": {
2017-06-18 17:52:54 +00:00
"experimentalDecorators": true,
"lib": [
"es2015"
]
2016-11-17 23:42:25 +00:00
}
}