mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-11 07:44:02 +08:00
* add jui-core * update index.d.ts for jui-core * update index.d.ts for jui * update index.d.ts for jui * update index.d.ts for jui-grid * update index.d.ts for jui-grid * fixed lint * fixed lint for jui-core and jui-grid * remove jquery.d.ts in tsconfig.json * update rule for lint * update rule for lint * fixed space-before-function-paren problems * update jui-core/index.d.ts
21 lines
422 B
JSON
21 lines
422 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"jui-tests.ts"
|
|
]
|
|
}
|