-
Notifications
You must be signed in to change notification settings - Fork 15
Description
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