DefinitelyTyped/types/react-foundation/tsconfig.json

27 lines
600 B
JSON

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