isolatedModules issue

main
emehmet 3 years ago
parent 35fa552af2
commit 8a3ad716da

@ -1,3 +1,6 @@
export * as GraphqlServerTypes from "./graphql_server_types.ts"; import * as GraphqlServerTypes from "./graphql_server_types.ts";
export * as MestgpsMongoInterface from "./mestgps_mongo_interface.ts"; export * as MestgpsMongoInterface from "./mestgps_mongo_interface.ts";
export * as ServerTypes from "./server_types.ts"; export * as ServerTypes from "./server_types.ts";

@ -1,4 +1,4 @@
import { ObjectId } from "https://deno.land/x/mongo@v0.31.2/mod.ts"; import { ObjectId } from "npm:mongodb";
import { Gps_Accuracy } from "./graphql_server_types.ts"; import { Gps_Accuracy } from "./graphql_server_types.ts";

Loading…
Cancel
Save