mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* typing as per https://github.com/plotly/react-plotly.js/issues/80 * fix travis build (thanks intellij...) * bring typescript version inline with react * types for react-flag-icon-css * review feedback, remove react-plotly.js changes from PR as already released * attempt to fix travis * life is too short to argue about this nonsense, switch spaces for tabs if you want
26 lines
544 B
JSON
26 lines
544 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "react"
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"react-flag-icon-css-tests.tsx"
|
|
]
|
|
}
|