Skip to content
Snippets Groups Projects
Commit f5399060 authored by Aaron Dötsch's avatar Aaron Dötsch
Browse files

Add jsconfig.json

parent a6be67ec
No related branches found
No related tags found
No related merge requests found
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": false
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias and https://kit.svelte.dev/docs/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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment