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

View File

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