build: specify typescript source files (#389)

This commit is contained in:
Alfi Maulana 2024-08-06 15:23:58 +07:00 committed by GitHub
parent 23aad7b33f
commit eb127dc7da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,6 @@
{
"include": ["src"],
"exclude": ["**/*.test.ts"],
"compilerOptions": {
"module": "node16",
"moduleResolution": "node16",