Skip to content

Commit

Permalink
Format tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
beerose committed May 31, 2023
1 parent 589e07a commit ccd6f79
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@
"resolveJsonModule": true,
"useUnknownInCatchVariables": false
},
"include": [
"src",
"test",
"global.d.ts",
"vite.config.ts"
],
"exclude": [
"dist",
"node_modules"
]
"include": ["src", "test", "global.d.ts", "vite.config.ts"],
"exclude": ["dist", "node_modules"]
}

0 comments on commit ccd6f79

Please sign in to comment.