mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-11 03:12:44 +00:00
* 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
26 lines
541 B
JSON
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"
|
|
]
|
|
}
|