Skip to content

Commit 05f9260

Browse files
Merge branch 'main' into refactor/provider
2 parents b30a28f + f937828 commit 05f9260

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

tsconfig.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{
22
"extends": "./tsconfig.base.json",
33
"compilerOptions": {
4+
"target": "ESNext",
5+
"module": "ESNext",
6+
"moduleResolution": "bundler",
7+
"jsx": "react-jsx",
8+
"strict": true,
9+
"skipLibCheck": true,
10+
"noEmit": true,
11+
"esModuleInterop": true,
12+
"allowSyntheticDefaultImports": true,
13+
"resolveJsonModule": true,
14+
"types": ["bun"],
415
"paths": {
516
"src/*": ["./src/*"],
617
"@claude-code-best/builtin-tools/*": ["./packages/builtin-tools/src/*"],

0 commit comments

Comments
 (0)