Update build directory for Typescript Compiler

This commit is contained in:
Kallum Jones 2022-08-09 16:57:56 +01:00
parent ebde18606f
commit cc49211d84
No known key found for this signature in database
GPG Key ID: D7F4589C4D7F81A9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"dom"
],
// specifies which default set of type definitions to use ("DOM", "ES6", etc)
"outDir": "dist",
"outDir": "build/ts",
// .js (as well as .d.ts, .js.map, etc.) files will be emitted into this directory.,
"removeComments": true,
// Strips all comments from TypeScript files when converting into JavaScript- you rarely read compiled code so this saves space