pastebin/tsconfig.json

7 lines
98 B
JSON
Raw Normal View History

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