build: specify typescript source files

This commit is contained in:
Alfi Maulana 2024-08-05 20:23:41 +07:00
parent f0425ca4df
commit c4f3cb0c0d
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

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