We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4b89c commit 11918adCopy full SHA for 11918ad
packages/waku/.swcrc
@@ -1,8 +1,10 @@
1
{
2
+ "$schema": "https://swc.rs/schema.json",
3
"jsc": {
4
"parser": {
5
"syntax": "typescript"
6
},
7
"target": "esnext"
- }
8
+ },
9
+ "sourceMaps": true
10
}
0 commit comments