Skip to content

Commit

Permalink
fix: ajusta
Browse files Browse the repository at this point in the history
  • Loading branch information
drusco committed Aug 10, 2023
1 parent 0fe2933 commit 36dc145
Show file tree
Hide file tree
Showing 8 changed files with 1,187 additions and 2,470 deletions.
12 changes: 12 additions & 0 deletions .swcrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"jsc": {
"parser": {
"syntax": "typescript",
"decorators": true
},
"transform": {
"legacyDecorator": true,
"decoratorMetadata": true
}
}
}
8 changes: 3 additions & 5 deletions jest.config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"preset": "ts-jest",
"testEnvironment": "node",
"transform": {
"^.+\\.(ts|tsx)?$": "ts-jest",
"^.+\\.(js|jsx)$": "babel-jest"
}
"^.+\\.ts$": "@swc/jest"
},
"runtime": "@side/jest-runtime"
}
Loading

0 comments on commit 36dc145

Please sign in to comment.