* feat: add getQueryData * test: add integration test for getQueryData * Add changeset Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com>
12 lines
265 B
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": "."
|
|
}
|