Files
DefinitelyTyped/react-addons-shallow-compare/tsconfig.json
2016-11-21 03:33:47 +01:00

21 lines
447 B
JSON

{
"files": [
"index.d.ts",
"react-addons-shallow-compare-tests.ts"
],
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "preserve"
}
}