huge bug where the tailwind autocomplete and linting just stoped working for me so tried to fix and now finaly fixed after doingthe instaalation/innitialization again twice!

This commit is contained in:
RezHackXYZ 2025-05-28 17:45:22 +05:30
parent ec40313983
commit 6b2d7b6f4b
No known key found for this signature in database
11 changed files with 137 additions and 3415 deletions

View file

@ -2,12 +2,13 @@
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": false,
"checkJs": true,
"moduleResolution": "bundler"
}
},
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files
//
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
// from the referenced tsconfig.json - TypeScript does not merge them in
"exclude": ["**/node_modules/**", "**/build/**", "**/.svelte-kit/**", "**/out/**", "!src/**"],
}