DefinitelyTyped/types/mui-datatables/tsconfig.json
2019-02-15 10:29:59 +01:00

27 lines
568 B
JSON

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