aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2021-03-02 18:54:57 -0600
committermat <27899617+mat-1@users.noreply.github.com>2021-03-02 18:54:57 -0600
commitd1758e3f0e8e9334bbfc160dbe2245d15a6cd859 (patch)
treeb56885ad260fc2b9967bd4bf6373ca8c8b824948 /tsconfig.json
parent67da5a4e42c94f3a6baddc3f15a8d18a407ca9ad (diff)
downloadskyblock-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.json4
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