Skip to content

Commit bf4ee2b

Browse files
authored
[code-infra] git-ignore next-env.d.ts (#20177)
1 parent 207e0b0 commit bf4ee2b

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
__diff_output__
88
.DS_STORE
99
*.log
10-
*.tsbuildinfo
1110
/.eslintcache
1211
/.nyc_output
1312
/coverage
@@ -28,3 +27,7 @@ performance-snapshot.json
2827
.github/styles/
2928
test-results
3029
CLAUDE.md
30+
31+
# typescript
32+
*.tsbuildinfo
33+
next-env.d.ts

docs/next-env.d.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"esModuleInterop": true,
1111
"incremental": true,
1212
"jsx": "preserve",
13-
"types": ["@mui/internal-test-utils/initMatchers", "vitest/globals"]
13+
"types": ["@mui/internal-test-utils/initMatchers", "vitest/globals", "next"]
1414
},
1515
"include": [
1616
"next-env.d.ts",

0 commit comments

Comments
 (0)