pastebin/tsconfig.json
Konrad Borowski a66d6f258a Output ES2017
This ensures async functions aren't compiled to state machines
2019-10-14 14:07:33 +02:00

8 lines
126 B
JSON

{
"compilerOptions": {
"module": "esnext",
"moduleResolution": "node",
"target": "es2017"
}
}