Fixed tsconfig

This commit is contained in:
Sambo Chea 2021-09-16 18:14:21 +07:00
parent c42964407e
commit a51dee55e4
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490

View File

@ -13,7 +13,6 @@
"skipLibCheck": true,
"allowJs": true,
"declaration": true,
"emitDeclarationOnly": false
},
"include": ["src/**/*"]
}