Files
DefinitelyTyped/jui/tsconfig.json
jinho park 4a723dcede [juijs] update jui, jui-core, jui-grid library (#13806)
* 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
2017-01-17 17:34:44 -08:00

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"
]
}