DefinitelyTyped/react-fa/tsconfig.json
Karol Janyst 53926498b0 Change icon interfaces to be more correct (#13429)
* Change icon interfaces to be more correct

* Add tslint.json

* Add required compiler option
2016-12-27 19:25:38 -05:00

22 lines
457 B
JSON

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