Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tsconfig errors #3

Open
csafe11 opened this issue May 14, 2024 · 0 comments
Open

tsconfig errors #3

csafe11 opened this issue May 14, 2024 · 0 comments

Comments

@csafe11
Copy link

csafe11 commented May 14, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant