mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 21:31:12 +08:00
[clndr] Update to target @types/jquery v3.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import * as Clndr from 'clndr';
|
||||
import $ = require('jquery');
|
||||
|
||||
const options: Clndr.ClndrOptions = {
|
||||
template: '',
|
||||
|
||||
3
types/clndr/index.d.ts
vendored
3
types/clndr/index.d.ts
vendored
@@ -2,6 +2,9 @@
|
||||
// Project: https://github.com/kylestetz/CLNDR
|
||||
// Definitions by: jasperjn <https://github.com/jasperjn>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery" />
|
||||
|
||||
import * as moment from 'moment';
|
||||
|
||||
|
||||
@@ -12,11 +12,6 @@
|
||||
"typeRoots": [
|
||||
"../"
|
||||
],
|
||||
"paths": {
|
||||
"jquery": [
|
||||
"jquery/v2"
|
||||
]
|
||||
},
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
|
||||
Reference in New Issue
Block a user