Jean-Philippe Leclerc
Jean-Philippe Leclerc
Is it possible with the new CLI builders announced here : https://blog.angular.io/introducing-cli-builders-d012d4489f1b ? If yes could we have an example ?
Here is what I changed to remove the import errors: **nuxt.config.ts** ``` typescript: { typeCheck: true, // I removed this tsConfig extend // tsConfig: { // extends: './tsconfig.app.json', // },...
> Please provide an online case about the issues,thx. @pkc918 Added repro + screenshot. I tried with vueuse v9 and the problem is not there. I think it happens since...