mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
8 lines
162 B
JSON
8 lines
162 B
JSON
{
|
|
"extends": "@rallly/tsconfig/next.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "."
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
"exclude": ["node_modules"]
|
|
}
|