diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-07-14 09:01:43 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-07-14 09:01:43 -0400 |
commit | 7cec4037ead3287c1d88db4274824b21d9d57d51 (patch) | |
tree | 4a7e6a7a7ab2a4291d72d848b25df22d28c31675 /tsconfig.json | |
parent | bddeb83bc0641a059a08c5887e6585c759c3b643 (diff) | |
download | tanzanite-7cec4037ead3287c1d88db4274824b21d9d57d51.tar.gz tanzanite-7cec4037ead3287c1d88db4274824b21d9d57d51.tar.bz2 tanzanite-7cec4037ead3287c1d88db4274824b21d9d57d51.zip |
messing around with repo stuff
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/tsconfig.json b/tsconfig.json index eb23517..ed3f116 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,24 +18,26 @@ "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true, "preserveValueImports": true, - "removeComments": true, - "paths": { - "#lib": ["./src/lib/index.ts"], - "#constants": ["./src/lib/utils/BushConstants.ts"], - "#args": ["./src/arguments/index.ts"], - "#commands": ["./src/commands/index.ts"], - "#tags": ["./src/lib/common/tags.js"] - } + "removeComments": true + // "paths": { + // "#lib": ["./src/lib/index.ts"], + // "#constants": ["./src/lib/utils/BushConstants.ts"], + // "#args": ["./src/arguments/index.ts"], + // "#commands": ["./src/commands/index.ts"], + // "#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/**/*.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" ], "exclude": ["dist", "node_modules"] } |