smartdata/tsconfig.json

7 lines
115 B
JSON
Raw Normal View History

2018-07-09 22:02:04 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
"target": "es2017",
"module": "commonjs"
}
}