Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
887
Widok
0
18/05/2022 10:20 am
Topic starter
how to fix
1 Answer
0
18/05/2022 10:21 am
Topic starter
1. open tsconfig.js from /
2. content of tsconfig.js
{ "extends": "@quasar/app-webpack/tsconfig-preset", "compilerOptions": { "baseUrl": ".", "strict": false, "noImplicitUseStrict": true }, }