Skip to content

Commit 2b83cba

Browse files
committed
feat: added .swcrc config
1 parent 34e73ce commit 2b83cba

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

packages/sva/.swcrc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "https://json.schemastore.org/swcrc",
3+
"minify": false,
4+
"jsc": {
5+
"parser": {
6+
"syntax": "typescript"
7+
}
8+
},
9+
"env": {
10+
"targets": ["defaults", "not IE 11", "maintained node versions"]
11+
},
12+
"sourceMaps": true
13+
}

0 commit comments

Comments
 (0)