Skip to content

Commit

Permalink
chore: adjust .swcrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Valeriano committed Jun 9, 2024
1 parent d3f2d9d commit affd8b7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .swcrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"$schema": "https://json.schemastore.org/swcrc",
"module": { "type": "nodenext", "resolveFully": true, "strict": true, "strictMode": true },
"module": {
"type": "nodenext",
"resolveFully": true,
"strict": true,
"strictMode": true
},
"jsc": {
"experimental": {
"keepImportAssertions": true,
Expand All @@ -26,7 +31,7 @@
},
"minify": { "compress": false, "mangle": false },
"baseUrl": ".",
"paths": { "~/*": ["./src/*"], "public/*": ["./public/*"] }
"paths": { "~/*": ["./src/*"] }
},
"isModule": true
}

0 comments on commit affd8b7

Please sign in to comment.