fix(ts): add strict file imports

This commit is contained in:
Ritesh Ghosh
2023-11-22 13:46:06 +05:30
parent 784a5850a6
commit f9646c2bf8
+3 -3
View File
@@ -1,5 +1,5 @@
import StreamSB from "./streamsb";
import StreamTape from "./streamtape";
import RapidCloud from "./rapidcloud";
import StreamSB from "./streamsb.js";
import StreamTape from "./streamtape.js";
import RapidCloud from "./rapidcloud.js";
export { StreamSB, StreamTape, RapidCloud };