diff --git a/tsconfig.json b/tsconfig.json index 04f0427eb..e854ca7f6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "target": "es6", "lib": ["dom", "dom.iterable", "esnext", "esnext.intl", "es2017.intl", "es2018.intl"], + "baseUrl": "src", "allowJs": true, "skipLibCheck": true, "esModuleInterop": true,