mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-08 01:42:45 +00:00
* udating index.d.ts adding unconsolidate() method to Model class * updating index.d.ts * adding selector added selector: JQuery; to support jquer backward compatability. * adding bootstrap-filestylle adding bootstrap-filestylle * adding comments adding comments * update tslint update tslint * adding version adding 1.2.1 to version * unifi signature unifi signature * update version update version * Update index.d.ts * bootstrap-multiselect bootstrap-multiselect * Update tsconfig.json * Update index.d.ts * Update index.d.ts * Update index.d.ts * Update index.d.ts * Update index.d.ts * Update index.d.ts * Update index.d.ts * Update index.d.ts
24 lines
477 B
JSON
24 lines
477 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"dom",
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts"
|
|
]
|
|
}
|