Skip to content

Commit 17319b6

Browse files
committed
Update tsconfig.json
1 parent 2a2b75d commit 17319b6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@
1111
"noEmit": true,
1212
"allowImportingTsExtensions": true
1313
},
14-
"include": ["src/**/*.ts", "tests/**/*.ts", "vitest.config.ts"]
14+
"include": [
15+
"src/**/*.ts",
16+
"tests/**/*.ts",
17+
"vitest.config.ts",
18+
"tsdown.config.ts"
19+
]
1520
}

0 commit comments

Comments
 (0)