Skip to content

Commit

Permalink
chore: remove redundant types
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Mar 4, 2021
1 parent 49cbb9b commit 81d65a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
21 changes: 8 additions & 13 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"extends": "./node_modules/aegir/src/config/tsconfig.aegir.json",
"compilerOptions": {
"outDir": "dist",
"baseUrl": "./",
"paths": {
"*": ["./types/*"]
}
},
"include": [
"types",
"test", // remove this line if you don't want to type-check tests
"src"
]
"extends": "./node_modules/aegir/src/config/tsconfig.aegir.json",
"compilerOptions": {
"outDir": "dist"
},
"include": [
"test",
"src"
]
}
3 changes: 0 additions & 3 deletions types/just-range/index.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions types/merge-options/index.d.ts

This file was deleted.

0 comments on commit 81d65a3

Please sign in to comment.