mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix after compiling with tsd
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import Dexie from "dexie";
|
||||
import Dexie from "./dexie";
|
||||
|
||||
interface IFriend {
|
||||
id?: number,
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "es6",
|
||||
"target": "es6",
|
||||
"noImplicitAny": true,
|
||||
"removeComments": false,
|
||||
"sourceMap": true,
|
||||
"outDir": "out/ts"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user