* upgrade to next 13.5.2 and update location of internal function
* Create lucky-teachers-sleep.md
* fix bootupMarkers
* fix issues with qm integration test
* Update integration-tests/utils/next-test-utils.ts
* next.js generated stuff
* Update .changeset/lucky-teachers-sleep.md
* remove unnecessary next lints to the integration-tests
* Update main.yml
* Revert "remove unnecessary next lints to the integration-tests"
This reverts commit 3226b2e3ba.
18 lines
381 B
JSON
18 lines
381 B
JSON
{
|
|
"extends": "@blitzjs/config/tsconfig.nextjs.json",
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "types", ".next/types/**/*.ts"],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"react": ["./node_modules/@types/react"]
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "next"
|
|
}
|
|
],
|
|
"strictNullChecks": true
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"baseUrl": "."
|
|
}
|