[clndr] Update to target @types/jquery v3.

This commit is contained in:
Leonard Thieu
2017-06-23 21:34:39 -04:00
parent 15dcb45606
commit 4d0fe041f6
3 changed files with 3 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
import * as Clndr from 'clndr';
import $ = require('jquery');
const options: Clndr.ClndrOptions = {
template: '',

View File

@@ -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';

View File

@@ -12,11 +12,6 @@
"typeRoots": [
"../"
],
"paths": {
"jquery": [
"jquery/v2"
]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true