DefinitelyTyped/types/feather-icons/tsconfig.json
Jinesh Shah 73a7a2d99f Added feather-icons (#25509)
* added feather-icons

* added strictfunctiontypes

* added intercom-client
2018-05-03 08:28:43 -07:00

17 lines
428 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"strictFunctionTypes": true
},
"files": ["index.d.ts", "feather-icons-tests.ts"]
}