smartjson/tsconfig.json

8 lines
132 B
JSON
Raw Normal View History

2017-02-27 13:05:03 +00:00
{
"compilerOptions": {
2018-07-23 22:38:54 +00:00
"experimentalDecorators": true,
"target": "es2016",
"module": "commonjs"
2017-02-27 13:05:03 +00:00
}
}