Skip to content

Instantly share code, notes, and snippets.

@RamiAwar
Created August 3, 2022 04:08
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 RamiAwar/df5bdb1af8273275f31cdfe87d2b1556 to your computer and use it in GitHub Desktop.
Save RamiAwar/df5bdb1af8273275f31cdfe87d2b1556 to your computer and use it in GitHub Desktop.
tsconfig/jsconfig
{
"extends": "./.svelte-kit/tsconfig.json",
"paths": {
"$lib": ["src/lib"],
"$lib/*": ["src/lib/*"]
},
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment