Skip to content

Instantly share code, notes, and snippets.

@wdevon99
Last active March 24, 2024 18:07
Show Gist options
  • Save wdevon99/a94c2a5f4ccb0534c09b67831d1f8198 to your computer and use it in GitHub Desktop.
Save wdevon99/a94c2a5f4ccb0534c09b67831d1f8198 to your computer and use it in GitHub Desktop.
"compilerOptions": {
...
"baseUrl": "./",
"paths": {
"@styles/*": ["src/styles/*"],
"@components/*": ["src/components/*"],
"@constants/*": ["src/constants/*"],
"@utils/*": ["src/utils/*"],
"@models/*": ["src/models/*"],
"@services/*": ["src/services/*"],
"@layouts/*": ["src/layouts/*"],
"@providers/*": ["src/providers/*"],
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment