Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wisko committed Nov 12, 2024
1 parent 7fbe938 commit c1e9c37
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,7 @@
"noEmit": true,
"moduleResolution": "bundler",
"rootDir": ".",
"types": [
"node",
"mocha",
"chai"
]
"types": ["node", "mocha", "chai"]
},
"include": [
"lib",
"@types",
"index.ts",
"test"
]
"include": ["lib", "@types", "index.ts", "test"]
}

0 comments on commit c1e9c37

Please sign in to comment.