smartacme/tsconfig.json
2019-01-08 20:45:35 +01:00

8 lines
116 B
JSON

{
"compilerOptions": {
"experimentalDecorators": true,
"target": "es2017",
"module": "commonjs"
}
}