DefinitelyTyped/types/material-ui-datatables/tsconfig.json
ravihugo 9e6fecf780 Typings for material-ui-datatables npm package (#21149)
* Typings for material-ui-datatables npm package

* Enhance test file

* Fix pull-request issue

* Typings for material-ui-datatables npm package

* Fix pull-request issue

* Remove package.json to fix build

* Remove package.json to fix build

* tslint issues and strictFunctionTypes

* Another travis error

* Fix more issues

* Removed generics syntax

* Fix parameter names
2017-11-06 09:09:11 -08:00

24 lines
527 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"jsx": "react",
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"material-ui-datatables-tests.tsx"
]
}