Fix tsconfig.json

This commit is contained in:
redphx 2024-04-23 18:18:55 +07:00
parent 84e6cfc5d3
commit c0efaf3e34

View File

@ -1,6 +1,9 @@
{
"includes": [
"./types"
"include": [
"./src/**/*.ts"
],
"exclude": [
"./dist"
],
"compilerOptions": {
// Enable latest features