diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-08-05 20:11:45 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-08-05 20:11:45 -0400 |
commit | 2ec1de170091178263e53ecfce744c7a0710a409 (patch) | |
tree | 5726131f55c4a1dcf7f7f026434e4108b9951ced /tsconfig.json | |
parent | 18ba8b2743c3cad7e89b70d0e1dcacacc007f6d6 (diff) | |
download | tanzanite-2ec1de170091178263e53ecfce744c7a0710a409.tar.gz tanzanite-2ec1de170091178263e53ecfce744c7a0710a409.tar.bz2 tanzanite-2ec1de170091178263e53ecfce744c7a0710a409.zip |
wip tooltip rendering
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/tsconfig.json b/tsconfig.json index 565346b..6d24566 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,17 +27,6 @@ "#tags": ["./src/lib/common/tags.js"] } }, - "include": [ - "src/**/*.ts", - "src/**/*d.ts", - "lib/**/*.ts", - "ecosystem.config.cjs", - ".eslintrc.cjs", - "config/**/*.ts", - "tests/**/*.ts", - "vite.config.ts", - "src/bot.ts", - "src/lib/common/util/Minecraft.ts" - ], + "include": ["src/**/*.ts", "src/**/*d.ts", "lib/**/*.ts", "test.js"], "exclude": ["dist", "node_modules"] } |