Skip to content

Commit 1d39387

Browse files
committed
fix(export): exclude App.tsx
1 parent fffc4d5 commit 1d39387

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
"sourceMap": true,
1818
"jsx": "react",
1919
"declaration": true
20-
}
20+
},
21+
"exclude": ["App.tsx"]
2122
}

0 commit comments

Comments
 (0)