DefinitelyTyped/types/react-photoswipe/tsconfig.json
kwzm d4e9d64729 Add types for react-photoswipe (#40175)
* Add types for react-photoswipe

* Fix bug in react-photoswipe

Modify typescript version annotation

* fix dtslint errors

* add semicolon and ts version

* remove ts version in test file

* remove exported functions
2019-11-15 15:45:51 -08:00

26 lines
541 B
JSON

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