From 5bd5f258a390b855467db3a72ad5f65760031c5b Mon Sep 17 00:00:00 2001 From: tycrek Date: Wed, 8 Sep 2021 16:48:26 -0600 Subject: [PATCH] Fixed repeated "cannot write file" errors --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 5f09385..aac1aca 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "@tsconfig/node14/tsconfig.json", "compilerOptions": { + "outDir": "./dist", "lib": [ "ES2020", "DOM"