Add include for tsconfig

This commit is contained in:
Sambo Chea 2021-03-13 10:12:14 +07:00
parent fc7d91e98a
commit a6e0a23306

View File

@ -4,6 +4,7 @@
"outDir": "dist",
"strict": true,
"lib": ["esnext", "dom"],
"esModuleInterop": true
}
"esModuleInterop": true,
},
"include": ["src"]
}