We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3874bcb commit ddc4208Copy full SHA for ddc4208
apps/docs/next-env.d.ts
@@ -2,4 +2,4 @@
2
/// <reference types="next/image-types/global" />
3
4
// NOTE: This file should not be edited
5
-// see https://nextjs.org/docs/basic-features/typescript for more information.
+// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
nx.json
@@ -46,7 +46,8 @@
46
"!{projectRoot}/test-setup.[jt]s",
47
"!{projectRoot}/cypress/**/*",
48
"!{projectRoot}/**/*.cy.[jt]s?(x)",
49
- "!{projectRoot}/cypress.config.[jt]s"
+ "!{projectRoot}/cypress.config.[jt]s",
50
+ "!{projectRoot}/README.md"
51
],
52
"sharedGlobals": []
53
},
0 commit comments