diff options
Diffstat (limited to '.swcrc')
-rw-r--r-- | .swcrc | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +{ + // .swcrc should be treated as JSONC + + "sourceMaps": true, + + "jsc": { + "parser": { + "syntax": "ecmascript", + "jsx": true + }, + + "transform": { + "react": { + "runtime": "automatic" + } + } + } + }
\ No newline at end of file |