Skip to content

Commit a32ec30

Browse files
committed
chore(tsconfig): add example/index.ts
1 parent 447b5a9 commit a32ec30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@
106106
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
107107
"skipLibCheck": true /* Skip type checking all .d.ts files. */
108108
},
109-
"include": ["src", "test"],
109+
"include": ["src", "test", "example/index.ts"],
110110
"exclude": ["dist", "vitest.config.ts"]
111111
}

0 commit comments

Comments
 (0)