DefinitelyTyped/types/react-no-ssr/tsconfig.json
Rafał Filipek b6f7118f87 react-no-ssr typings (#27738)
* react-no-ssr typings

* fix tests
2018-07-31 15:45:03 -07:00

19 lines
499 B
JSON

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