Skip to content

Instantly share code, notes, and snippets.

@lepikhinb
Created February 26, 2023 23:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lepikhinb/3b1eab5a51070fe40795a896ae105f75 to your computer and use it in GitHub Desktop.
Save lepikhinb/3b1eab5a51070fe40795a896ae105f75 to your computer and use it in GitHub Desktop.
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"compilerOptions": {
"strict": false,
"allowJs": true,
"noImplicitAny": false,
"types": ["vite/client"],
"paths": {
"@/*": ["resources/js/*"]
},
"baseUrl": ".",
},
"include": [
"resources/**/*.ts",
"resources/**/*.d.ts",
"resources/**/*.vue"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment