smartfile/tsconfig.json
2020-10-05 16:20:57 +00:00

8 lines
150 B
JSON

{
"compilerOptions": {
"experimentalDecorators": true,
"esModuleInterop": true,
"target": "ES2017",
"moduleResolution": "node"
}
}