We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4321c commit 14a5c1eCopy full SHA for 14a5c1e
packages/types/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@swc/types",
3
"packageManager": "yarn@4.0.2",
4
- "version": "0.1.16",
+ "version": "0.1.17",
5
"description": "Typings for the swc project.",
6
"sideEffects": false,
7
"scripts": {
@@ -16,6 +16,10 @@
16
"registry": "https://registry.npmjs.org/",
17
"access": "public"
18
},
19
+ "files": [
20
+ "*.js",
21
+ "*.d.ts"
22
+ ],
23
"keywords": [
24
"swc",
25
"types"
0 commit comments