Created
August 3, 2022 04:08
-
-
Save RamiAwar/df5bdb1af8273275f31cdfe87d2b1556 to your computer and use it in GitHub Desktop.
tsconfig/jsconfig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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