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 9c0c462 commit d8dbace
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,12 @@
"isolatedModules": true,
/* files are emitted by babel */
"noEmit": true,
"noUnusedLocals": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"esModuleInterop": true,
"incremental": true
},
"include": [
"pages/**/*.ts*",
"data/**/*",
"src/modules/components/**/*",
"next.config.mjs",
"docs-env.d.ts"
],
"include": ["next-env.d.ts", "next.config.mjs", "docs-env.d.ts", "src", "pages/**/*.ts*", "data"],
"exclude": ["docs/.next", "docs/export", "pages/playground"]
}

0 comments on commit d8dbace

Please sign in to comment.