We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b30a28f + f937828 commit 05f9260Copy full SHA for 05f9260
1 file changed
tsconfig.json
@@ -1,6 +1,17 @@
1
{
2
"extends": "./tsconfig.base.json",
3
"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"],
15
"paths": {
16
"src/*": ["./src/*"],
17
"@claude-code-best/builtin-tools/*": ["./packages/builtin-tools/src/*"],
0 commit comments