smartfile/tsconfig.json

8 lines
150 B
JSON
Raw Normal View History

2020-10-05 16:20:57 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
"esModuleInterop": true,
"target": "ES2017",
"moduleResolution": "node"
}
}