1
0
mirror of synced 2025-12-26 14:00:11 -05:00
Files
blitz/integration-tests/auth/tsconfig.json

12 lines
265 B
JSON

{
"extends": "@blitzjs/config/tsconfig.nextjs.json",
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "types"],
"compilerOptions": {
"paths": {
"react": ["./node_modules/@types/react"]
}
},
"exclude": ["node_modules"],
"baseUrl": "."
}