DefinitelyTyped/react/tsconfig.json
2016-08-18 16:39:16 -07:00

21 lines
454 B
JSON

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