aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-05 20:11:45 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-05 20:11:45 -0400
commit2ec1de170091178263e53ecfce744c7a0710a409 (patch)
tree5726131f55c4a1dcf7f7f026434e4108b9951ced /tsconfig.json
parent18ba8b2743c3cad7e89b70d0e1dcacacc007f6d6 (diff)
downloadtanzanite-2ec1de170091178263e53ecfce744c7a0710a409.tar.gz
tanzanite-2ec1de170091178263e53ecfce744c7a0710a409.tar.bz2
tanzanite-2ec1de170091178263e53ecfce744c7a0710a409.zip
wip tooltip rendering
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json13
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"]
}