diff --git a/tsconfig.json b/tsconfig.json index b53e305..ea68b2d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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