mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 11:51:10 +08:00
@@ -1,5 +1,5 @@
|
||||
// Type definitions for store.js 2.0
|
||||
// Project: https://github.com/marcuswestin/store.js/
|
||||
// Type definitions for store 2.0
|
||||
// Project: https://github.com/marcuswestin/store.js#readme
|
||||
// Definitions by: Vincent Bortone <https://github.com/vbortone>
|
||||
// harry0000 <https://github.com/harry0000>
|
||||
// Roman Nuritdinov (Ky6uk) <https://github.com/Ky6uk>
|
||||
@@ -1,4 +1,3 @@
|
||||
// Tests for storagejs.d.ts
|
||||
import * as store from 'store';
|
||||
import * as engine from 'store/src/store-engine';
|
||||
import * as allPlugin from 'store/plugins/all';
|
||||
@@ -19,6 +19,6 @@
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"storejs-tests.ts"
|
||||
"store-tests.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,3 @@
|
||||
// Tests for storagejs.d.ts
|
||||
import * as store from 'store';
|
||||
|
||||
// Store 'marcus' at 'username'
|
||||
@@ -15,8 +15,8 @@
|
||||
],
|
||||
"types": [],
|
||||
"paths": {
|
||||
"storejs": [
|
||||
"storejs/v1"
|
||||
"store": [
|
||||
"store/v1"
|
||||
]
|
||||
},
|
||||
"noEmit": true,
|
||||
@@ -24,6 +24,6 @@
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"storejs-tests.ts"
|
||||
"store-tests.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user