diff --git a/tsconfig.json b/tsconfig.json index 1cb735ac..f3d55442 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,11 @@ "compilerOptions": { "target": "es6", "module": "es2015", + "moduleResolution": "node", + "baseUrl": ".", + "paths": { + "*": ["node_modules/*", "app/javascript/*"] + }, "strict": true, "esModuleInterop": true, "skipLibCheck": true,