From 825362710a0a51325252e680dcee25bd62c49f94 Mon Sep 17 00:00:00 2001 From: GamerCleanVic Date: Mon, 29 Apr 2024 08:42:47 -0300 Subject: [PATCH] public dir paths --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index afae2e7..467a995 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ ], "target": "ES2019", "module": "CommonJS", - "outDir": "dist", + "outDir": "public", "sourceMap": false, "declaration": true, "noImplicitAny": true, @@ -23,7 +23,8 @@ ] }, "include": [ - "src/**/*.ts" + "src/**/*.ts", + "public/*" ], "exclude": [ "errors",