DefinitelyTyped/react-hot-loader/tsconfig.json
2016-11-15 21:56:00 +01:00

21 lines
432 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": true,
"baseUrl": "../",
"jsx": "react",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"react-hot-loader-tests.tsx"
]
}