smartjson/tsconfig.json

8 lines
132 B
JSON

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