smartacme/tsconfig.json

8 lines
116 B
JSON
Raw Normal View History

2019-01-08 19:45:35 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
"target": "es2017",
"module": "commonjs"
}
}