Skip to content

Commit 1b9300f

Browse files
committedDec 27, 2024··
[core] Sync with other repos
1 parent 8d34810 commit 1b9300f

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed
 

‎docs/tsconfig.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"extends": "../tsconfig.json",
3-
"include": ["next-env.d.ts", "types", "src", "pages", "data", "next.config.mjs"],
43
"compilerOptions": {
5-
"moduleResolution": "Bundler",
64
"allowJs": true,
75
"isolatedModules": true,
86
/* files are emitted by babel */
@@ -11,8 +9,15 @@
119
"resolveJsonModule": true,
1210
"skipLibCheck": true,
1311
"esModuleInterop": true,
14-
"types": ["react", "mocha"],
1512
"incremental": true
1613
},
17-
"exclude": ["node_modules"]
14+
"include": [
15+
"next-env.d.ts",
16+
"next.config.mjs",
17+
"types",
18+
"src",
19+
"pages",
20+
"data"
21+
],
22+
"exclude": ["docs/.next", "docs/export", "node_modules"]
1823
}

0 commit comments

Comments
 (0)
Please sign in to comment.