Fix after compiling with tsd

This commit is contained in:
David Fahlander
2016-03-09 02:11:06 +01:00
parent 2f23ff4c61
commit 4016ab0a21
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import Dexie from "dexie";
import Dexie from "./dexie";
interface IFriend {
id?: number,
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"module": "es6",
"target": "es6",
"noImplicitAny": true,
"removeComments": false,
"sourceMap": true,
"outDir": "out/ts"
}
}