Skip to content

Commit

Permalink
[core] Sync with other repos
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Dec 27, 2024
1 parent 8d34810 commit 1b9300f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["next-env.d.ts", "types", "src", "pages", "data", "next.config.mjs"],
"compilerOptions": {
"moduleResolution": "Bundler",
"allowJs": true,
"isolatedModules": true,
/* files are emitted by babel */
Expand All @@ -11,8 +9,15 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"esModuleInterop": true,
"types": ["react", "mocha"],
"incremental": true
},
"exclude": ["node_modules"]
"include": [
"next-env.d.ts",
"next.config.mjs",
"types",
"src",
"pages",
"data"
],
"exclude": ["docs/.next", "docs/export", "node_modules"]
}

0 comments on commit 1b9300f

Please # to comment.