Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Feb 4, 2024
1 parent f74672c commit d70ecb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"outDir": "build",
"baseUrl": "src",
"paths": {
".": ["."],
".": ["."]
},
"allowJs": true,
"strict": true,
Expand All @@ -19,8 +19,8 @@
"module": "ESNext",
"moduleResolution": "Bundler",
"target": "ES2022",
"moduleDetection": "force",
"moduleDetection": "force"
},
"include": [".", ".eslintrc.cjs", ".commitlintrc.ts"],
"exclude": ["build", "node_modules"],
"exclude": ["build", "node_modules"]
}

0 comments on commit d70ecb9

Please sign in to comment.