Skip to content

Commit f519941

Browse files
committed
wip
1 parent 227083c commit f519941

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

integration/templates/next-app-router-quickstart/tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
}
2121
],
2222
"paths": {
23-
"@/*": ["./src/*"],
24-
"@clerk/nextjs": ["../../../packages/nextjs/src/index.ts"],
25-
"@clerk/nextjs/*": ["../../../packages/nextjs/src/*"]
23+
"@/*": ["./src/*"]
2624
}
2725
},
2826
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],

0 commit comments

Comments
 (0)