From ff532c7658f28c38a25202e39b9c8c56a8b81cf7 Mon Sep 17 00:00:00 2001 From: void Date: Wed, 7 Apr 2021 20:18:36 +0000 Subject: [PATCH] arreglar imports en typescript --- tsconfig.json | 5 +++++ 1 file changed, 5 insertions(+) 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,