You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot write file 'c:/Users/csafe/Documents/API/firebase-with-vue-3-and-vuefire-08-end/firebase-with-vue-3-and-vuefire-08-end/src/firebase.js' because it would overwrite input file.ts
Cannot write file 'c:/Users/csafe/Documents/API/firebase-with-vue-3-and-vuefire-08-end/firebase-with-vue-3-and-vuefire-08-end/src/main.js' because it would overwrite input file.ts
Cannot write file 'c:/Users/csafe/Documents/API/firebase-with-vue-3-and-vuefire-08-end/firebase-with-vue-3-and-vuefire-08-end/src/router/index.js' because it would overwrite input file.ts
JSON schema for the TypeScript compiler's configuration file
The text was updated successfully, but these errors were encountered:
Hello,
I like Your video about firebase vue3, but I have this error, and the page is white, empty.
Can you help to fix this error?
Thank You
The tsconfog.json
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src//*", "src//.vue"],
"compilerOptions": {
"allowJs": true,
"baseUrl": ".",
"paths": {
"@/": ["./src/*"]
}
},
"references": [
{
"path": "./tsconfig.config.json"
}
]
}
writes this errors
Cannot write file 'c:/Users/csafe/Documents/API/firebase-with-vue-3-and-vuefire-08-end/firebase-with-vue-3-and-vuefire-08-end/src/firebase.js' because it would overwrite input file.ts
Cannot write file 'c:/Users/csafe/Documents/API/firebase-with-vue-3-and-vuefire-08-end/firebase-with-vue-3-and-vuefire-08-end/src/main.js' because it would overwrite input file.ts
Cannot write file 'c:/Users/csafe/Documents/API/firebase-with-vue-3-and-vuefire-08-end/firebase-with-vue-3-and-vuefire-08-end/src/router/index.js' because it would overwrite input file.ts
JSON schema for the TypeScript compiler's configuration file
The text was updated successfully, but these errors were encountered: