smartjson/tsconfig.json

9 lines
165 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,
2019-05-05 17:01:19 +00:00
"esModuleInterop": true,
"target": "es2017",
2018-07-23 22:38:54 +00:00
"module": "commonjs"
2017-02-27 13:05:03 +00:00
}
}