Add module resolution to tsconfig

This commit is contained in:
Tamius Han 2021-03-14 02:32:14 +01:00
parent cd7a1de548
commit 6546ad2166

View File

@ -1,5 +1,6 @@
{
"compilerOptions": {
"moduleResolution": "node",
"outDir": "./ts-out",
"allowJs": true,
"target": "es2018",