fix(ts): add strict file imports
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user