fix(ts): add strict file imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import StreamSB from "./streamsb";
|
import StreamSB from "./streamsb.js";
|
||||||
import StreamTape from "./streamtape";
|
import StreamTape from "./streamtape.js";
|
||||||
import RapidCloud from "./rapidcloud";
|
import RapidCloud from "./rapidcloud.js";
|
||||||
|
|
||||||
export { StreamSB, StreamTape, RapidCloud };
|
export { StreamSB, StreamTape, RapidCloud };
|
||||||
|
|||||||
Reference in New Issue
Block a user