yarn add -D tsconfig-kodefox
-- or --
npm install --save-dev tsconfig-kodefox
In tsconfig.json
{ "extends": "tsconfig-kodefox", "compilerOptions": { "jsx": "react", // or "react-native" depends on your project "typeRoots": ["node_modules/@types"] } }