Files
DefinitelyTyped/types/filestack-react/tsconfig.json
Phil Ting 2e539bf761 🤖 Merge PR #62164 [filestack-react]: New definition by @philting
* added filestack-react definitions

* fixed dt-header error

* changed export syntax for filestack-js
2022-09-10 21:37:34 -07:00

26 lines
540 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",
"filestack-react-tests.tsx"
]
}