Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "extends": "@tsconfig/svelte/tsconfig.json",
- "include": ["src/**/*"],
- "exclude": ["node_modules/*", "__sapper__/*", "public/*"],
- "compilerOptions": {
- "baseUrl": ".",
- "paths": {
- "@src/*": ["./src/*"]
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement