Skip to content

Commit

Permalink
refactor: Simplify tsconfig.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Aug 10, 2021
1 parent 1083384 commit 5ccf0a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"compilerOptions": {
"alwaysStrict": true,
"declaration": true,
"lib": ["ESNext"],
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
"outDir": "dist",
"pretty": true,
"rootDir": "src",
"skipLibCheck": true,
"strict": true,
Expand Down

0 comments on commit 5ccf0a8

Please sign in to comment.