Skip to content

Commit

Permalink
SWCRC fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BorigTheDwarf committed Jan 24, 2025
1 parent 77e81c5 commit 5b55925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .swcrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"$schema": "https://json.schemastore.org/swcrc",
"$schema": "https://swc.rs/schema.json",
"exclude": "node_modules/",
"sourceMaps": true,
"module": {
"type": "commonjs"
},
"jsc": {
"target": "es2016",
"target": "esnext",
"baseUrl": "./src",
"paths": {
"@engine/*": ["./engine/*"],
Expand Down

0 comments on commit 5b55925

Please sign in to comment.