Skip to content

Commit

Permalink
Merge pull request #6 from tago-io/feat/generalUpdate
Browse files Browse the repository at this point in the history
Feat/generalUpdate
  • Loading branch information
rafaelTelesS authored Aug 25, 2023
2 parents 91ee2f3 + f5536be commit 25f9259
Show file tree
Hide file tree
Showing 26 changed files with 3,542 additions and 1,900 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ module.exports = {
"@typescript-eslint/no-floating-promises": 1,
"@typescript-eslint/restrict-template-expressions": 0,
"@typescript-eslint/require-await": 0,
"@typescript-eslint/no-unnecessary-type-assertion": 0,
"functional/prefer-tacit": 0,
"unicorn/catch-error-name": 1,
"unicorn/consistent-destructuring": 1,
Expand Down
23 changes: 23 additions & 0 deletions .swcrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://json.schemastore.org/swcrc",
"sourceMaps": true,
"module": {
"type": "commonjs"
},
"jsc": {
"target": "es2022",
"parser": {
"syntax": "typescript",
"decorators": true,
"dynamicImport": true
},
"transform": {
"legacyDecorator": true,
"decoratorMetadata": true
},
"keepClassNames": true,
"baseUrl": "./"
},
"minify": false,
"inputSourceMap": false
}
Loading

0 comments on commit 25f9259

Please sign in to comment.