diff --git a/client/tsconfig.json b/client/tsconfig.json index 5324e80..d328c26 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -1,5 +1,9 @@ { "compilerOptions": { + "baseUrl": "./", + "paths": { + "src/*": ["src/*"] + }, "target": "ESNext", "useDefineForClassFields": true, "lib": ["ES2020", "DOM", "DOM.Iterable"],