Skip to content

Commit 01ddea0

Browse files
committed
Try to exclude browser types explicitly
1 parent db2f2fc commit 01ddea0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"useDefineForClassFields": false
1616
},
1717
"include": ["typings/**/*.d.ts", "src", "cli", "browser", "rollup.config.ts"],
18-
"exclude": ["dist", "node_modules", "test/typescript"]
18+
"exclude": ["dist", "node_modules", "test/typescript", "browser/dist"]
1919
}

0 commit comments

Comments
 (0)