mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* [jquery] Split `JQueryStatic` into its own file. * [jquery] Split `JQuery` into its own file. * [jquery] Split `JQuery` namespace into its own file. * [jquery] Split legacy types into their own file. * [jquery] Remove hard line breaks from documentation descriptions. WebStorm treats line breaks in descriptions as line breaks when rendering descriptions in tooltips. This causes unintentional early wrapping of text. * [jquery] Remove extra line after descriptions. * [jquery] Audit lint rules. * [jquery] Improve documentation for API methods which have had their signatures unified.
34 lines
862 B
JSON
34 lines
862 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"dist/jquery.slim.d.ts",
|
|
"jquery-tests.ts",
|
|
"test/example-tests.ts",
|
|
"test/longdesc-tests.ts",
|
|
"test/learn-tests.ts",
|
|
"test/jquery-no-window-module-tests.ts",
|
|
"test/jquery-window-module-tests.ts",
|
|
"test/jquery-slim-no-window-module-tests.ts",
|
|
"test/jquery-slim-window-module-tests.ts"
|
|
]
|
|
}
|