sprinklers3/common/tsconfig.json

6 lines
94 B
JSON
Raw Normal View History

2017-09-08 10:16:08 -06:00
{
2017-09-10 12:30:23 -06:00
"experimentalDecorators": true,
2017-09-08 10:16:08 -06:00
"compilerOptions": {
"target": "es5"
}
}