pastebin/tsconfig.json

8 lines
126 B
JSON
Raw Normal View History

2019-10-14 12:05:36 +00:00
{
"compilerOptions": {
"module": "esnext",
"moduleResolution": "node",
"target": "es2017"
2019-10-14 12:05:36 +00:00
}
}