diff --git a/tsconfig.json b/tsconfig.json index 431a16e..d25d823 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "lib": ["ES2021", "DOM", "DOM.Iterable"], "module": "ESNext", "skipLibCheck": true, + "baseUrl": "./src", /* Bundler mode */ "moduleResolution": "bundler",