Skip to content

Commit

Permalink
build(👷)
Browse files Browse the repository at this point in the history
- tsc doesn't import .d.ts files so we need to move all typings to regular ol' .ts files.
- removing tests from dist-src
  • Loading branch information
atomicpages committed Sep 29, 2020
1 parent 48773dc commit 1c6bbc2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"lib": ["dom", "es2015"],
// "noErrorTruncation": true
},
"include": ["src/"]
"include": ["src/"],
"exclude": ["src/**/__tests__/**", "src/tests"]
}

0 comments on commit 1c6bbc2

Please sign in to comment.