We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692ef3e commit b46342eCopy full SHA for b46342e
.swcrc
@@ -1,22 +1,23 @@
1
-{
2
- "$schema": "http://json.schemastore.org/swcrc",
3
- "exclude": "\\.js$",
4
- "jsc": {
5
- "parser": {
6
- "syntax": "typescript",
7
- "tsx": false,
8
- "decorators": true
+[
+ {
+ "test": "\\.ts$",
+ "jsc": {
+ "parser": {
+ "syntax": "typescript",
+ "tsx": false,
+ "decorators": true
9
+ },
10
+ "target": "es2020",
11
+ "loose": false,
12
+ "minify": {
13
+ "compress": false,
14
+ "mangle": false
15
+ }
16
},
- "target": "es2020",
- "loose": false,
- "minify": {
- "compress": false,
- "mangle": false
- }
- },
17
- "module": {
18
- "type": "amd",
19
- "noInterop": true
20
21
- "minify": false
22
-}
+ "module": {
+ "type": "amd",
+ "noInterop": true
+ "minify": false
23
+]
0 commit comments