mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
13 lines
299 B
JSON
13 lines
299 B
JSON
{
|
|
"extends": "@rallly/tsconfig/next.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"],
|
|
"~/*": ["public/*"],
|
|
},
|
|
"checkJs": false,
|
|
},
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
|
"exclude": ["node_modules"],
|
|
}
|