Skip to content

Commit 14a5c1e

Browse files
authored
fix(@swc/types): tsc build file ignored by npm (#9754)
1 parent cd4321c commit 14a5c1e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: packages/types/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@swc/types",
33
"packageManager": "yarn@4.0.2",
4-
"version": "0.1.16",
4+
"version": "0.1.17",
55
"description": "Typings for the swc project.",
66
"sideEffects": false,
77
"scripts": {
@@ -16,6 +16,10 @@
1616
"registry": "https://registry.npmjs.org/",
1717
"access": "public"
1818
},
19+
"files": [
20+
"*.js",
21+
"*.d.ts"
22+
],
1923
"keywords": [
2024
"swc",
2125
"types"

0 commit comments

Comments
 (0)