mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-03 23:42:50 +00:00
* 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
24 lines
527 B
JSON
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"
|
|
]
|
|
} |