Skip to content

Commit

Permalink
style: prettier check in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-ninja committed May 10, 2024
1 parent 79fc333 commit 6217f38
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 @@ -7,10 +7,10 @@
"moduleResolution": "node",
"module": "ESNext",
"paths": {
"react": ["./node_modules/@types/react"],
"react": ["./node_modules/@types/react"]
},
"target": "ESNext",
"target": "ESNext"
},
"exclude": [".docusaurus", "node_modules", "static/js"],
"include": ["**/*.js", "**/*.ts", "**/*.tsx"],
"include": ["**/*.js", "**/*.ts", "**/*.tsx"]
}

0 comments on commit 6217f38

Please sign in to comment.