dees-catalog/tsconfig.json
2020-05-10 23:19:31 +00:00

8 lines
122 B
JSON

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