Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 21, 2024
1 parent 425247c commit 4f1d8e8
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,11 +4,11 @@
"allowJs": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
"@/*": ["src/*"],
},
"jsx": "react-jsx",
"jsxImportSource": "react"
"jsxImportSource": "react",
},
"include": ["./src/env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["dist"]
"exclude": ["dist"],
}

0 comments on commit 4f1d8e8

Please sign in to comment.