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",