Skip to content

Commit 76bf094

Browse files
chore: fixed tsconfig
1 parent 1ff6841 commit 76bf094

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"module": "ES2022",
1010
"moduleResolution": "node",
1111
"types": ["bun-types"],
12-
"declaration": true,"outDir": "dist",
12+
"declaration": true,
13+
"outDir": "dist",
1314
"noEmit": true,
1415
"isolatedModules": true,
1516
"allowSyntheticDefaultImports": true,
@@ -35,5 +36,6 @@
3536
"skipDefaultLibCheck": true,
3637
"skipLibCheck": true
3738
},
38-
"include": ["src/**/*"]
39+
"include": ["src", "example"],
40+
"exclude": ["node_modules", "dist"]
3941
}

0 commit comments

Comments
 (0)