deno 1.39

main
emehmet 2 years ago
parent a0a6dc931b
commit 519f3a8ce5

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

@ -0,0 +1,10 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
<option name="processCode" value="true" />
<option name="processLiterals" value="true" />
<option name="processComments" value="true" />
</inspection_tool>
</profile>
</component>

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/deno_libs.iml" filepath="$PROJECT_DIR$/.idea/deno_libs.iml" />
</modules>
</component>
</project>

@ -1,4 +1,4 @@
import { ID } from "./mongo_db/DefaultTypes.ts"; import { ID } from "types/mongo_db/DefaultTypes.ts";
export interface IGpsElement { export interface IGpsElement {
gpsDate: Date; gpsDate: Date;
lon: number; lon: number;

Loading…
Cancel
Save