Skip to content

Commit

Permalink
Refactor to reorder some fields
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 15, 2023
1 parent db376d4 commit 0034a71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"compilerOptions": {
"customConditions": ["development"],
"checkJs": true,
"customConditions": ["development"],
"declaration": true,
"emitDeclarationOnly": true,
"exactOptionalPropertyTypes": true,
"forceConsistentCasingInFileNames": true,
"lib": ["es2022"],
"module": "node16",
"newLine": "lf",
"strict": true,
"target": "es2022"
},
Expand Down

0 comments on commit 0034a71

Please sign in to comment.