Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Mar 30, 2024
1 parent f8445a6 commit 8c04f29
Show file tree
Hide file tree
Showing 2 changed files with 960 additions and 981 deletions.
4 changes: 2 additions & 2 deletions tsconfig.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"sourceMap": false,
"declaration": true
"declaration": true,
},
"include": ["src"],
"exclude": ["**/__exclude", "src/test", "src/**/*.test.*"]
"exclude": ["**/__exclude", "src/test", "src/**/*.test.*"],
}
Loading

0 comments on commit 8c04f29

Please sign in to comment.