diff --git a/tsconfig.json b/tsconfig.json index 046b11ae..d976a7b3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "esModuleInterop": true, "lib": ["ESNext", "DOM"], "target": "ES5", - "baseUrl": "/dev/null", + "baseUrl": ".", "paths": {}, "noEmit": true, "typeRoots": [],