DefinitelyTyped/react-side-effect/tsconfig.json
2016-11-04 13:48:19 -07:00

19 lines
407 B
JSON

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