Skip to content

Commit c78af96

Browse files
committed
fix(build): fix problem with rollup
1 parent b7d873f commit c78af96

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
]
1818
},
1919
"include": [
20-
"src/**/*.ts",
21-
"test/**/*.ts",
22-
"node_modules/@types"
23-
20+
"src"
2421
]
2522
}

0 commit comments

Comments
 (0)