rallly/apps/landing/tsconfig.json
2024-01-19 14:23:07 +07:00

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"],
}