mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
6 lines
160 B
JSON
6 lines
160 B
JSON
{
|
|
"extends": "@rallly/tsconfig/next.json",
|
|
"files": ["i18next.d.ts"],
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
"exclude": ["node_modules", ".react-email"]
|
|
}
|