diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-03-02 18:54:57 -0600 |
---|---|---|
committer | mat <27899617+mat-1@users.noreply.github.com> | 2021-03-02 18:54:57 -0600 |
commit | d1758e3f0e8e9334bbfc160dbe2245d15a6cd859 (patch) | |
tree | b56885ad260fc2b9967bd4bf6373ca8c8b824948 /tsconfig.json | |
parent | 67da5a4e42c94f3a6baddc3f15a8d18a407ca9ad (diff) | |
download | skyblock-api-d1758e3f0e8e9334bbfc160dbe2245d15a6cd859.tar.gz skyblock-api-d1758e3f0e8e9334bbfc160dbe2245d15a6cd859.tar.bz2 skyblock-api-d1758e3f0e8e9334bbfc160dbe2245d15a6cd859.zip |
add some more typings
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 745d9a9..43f0b28 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,6 @@ "esModuleInterop": true, "outDir": "build" }, - "include": ["**/*"], - "exclude": ["node_modules"], + "include": ["src"], + "exclude": ["**/node_modules"], }
\ No newline at end of file |