smartjson/tsconfig.json
2019-05-05 19:01:19 +02:00

9 lines
165 B
JSON

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