From 91894e87cc9325820f1f5200fb6715d1a0d6b1e6 Mon Sep 17 00:00:00 2001 From: Alina Sireneva Date: Tue, 5 Sep 2023 00:19:47 +0300 Subject: [PATCH] build: fix tsconfig --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 8156e927..025cfffb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,6 @@ { "compilerOptions": { "outDir": "./dist", - "baseUrl": "./", "module": "commonjs", "target": "es2020", "allowJs": true, @@ -17,7 +16,7 @@ "stripInternal": true, "skipLibCheck": true, "paths": { - "~scripts/*": ["scripts/*"], + "~scripts/*": ["./scripts/*"], }, "typeRoots": [ "./node_modules/@types",