Peterdinis
Results
1
comments of
Peterdinis
Hi @Capricair . Update your jsconfig.json like this: ``` jsconfig.json { "compilerOptions": { "target": "ES6", "baseUrl": "./src", "paths": { "@components": ["./src/components"] } }, "include": ["src"] } ``` Then you shouldn't...