mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
9 lines
175 B
JSON
9 lines
175 B
JSON
{
|
|
"extends": "@rallly/tsconfig/next.json",
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
"../../apps/web/src/posthog-page-view.tsx"
|
|
],
|
|
"exclude": ["node_modules"]
|
|
}
|