dees-wcctools/tsconfig.json
2020-05-10 23:14:17 +00:00

8 lines
122 B
JSON

{
"compilerOptions": {
"experimentalDecorators": true,
"target": "ES2017",
"moduleResolution": "Node"
}
}