Skip to content

Commit 1c6bbc2

Browse files
committed
build(👷)
- tsc doesn't import .d.ts files so we need to move all typings to regular ol' .ts files. - removing tests from dist-src
1 parent 48773dc commit 1c6bbc2

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed
File renamed without changes.
File renamed without changes.

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"lib": ["dom", "es2015"],
1919
// "noErrorTruncation": true
2020
},
21-
"include": ["src/"]
21+
"include": ["src/"],
22+
"exclude": ["src/**/__tests__/**", "src/tests"]
2223
}

0 commit comments

Comments
 (0)