Skip to content

Commit

Permalink
fix the linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckyz committed May 26, 2024
1 parent 999d6c8 commit 3331723
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@

"baseUrl": "./src/",
"paths": {
"@main/*": ["./main/*"],
"@api/*": ["./api/*"],
"@components/*": ["./components/*"],
"@utils/*": ["./utils/*"],
"@shared/*": ["./shared/*"],
"@webpack/types": ["./webpack/common/types"],
"@webpack/common": ["./webpack/common"],
"@webpack": ["./webpack/webpack"]
"@main/*": [ "./main/*" ],
"@api/*": [ "./api/*" ],
"@components/*": [ "./components/*" ],
"@utils/*": [ "./utils/*" ],
"@shared/*": [ "./shared/*" ],
"@webpack/types": [ "./webpack/common/types" ],
"@webpack/common": [ "./webpack/common" ],
"@webpack": [ "./webpack/webpack" ]
},

"plugins": [
Expand All @@ -39,5 +39,5 @@
}
]
},
"include": ["src/**/*", "browser/**/*", "scripts/**/*"]
"include": [ "src/**/*", "browser/**/*", "scripts/**/*", "packages/**/*" ],
}

0 comments on commit 3331723

Please sign in to comment.