UNPKG

cra-template-ts-craco-lint

Version:

Template for Create React App supporting TypeScript and SASS/SCSS files. Included with Prettier and ESlint config recommended by Airbnb. Axios, Craco, scoped scss, aliasing, redux-toolkit

31 lines (30 loc) 691 B
{ "extends": "./tsconfig.extend.json", "compilerOptions": { "allowJs": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true, "jsx": "react-jsx", "lib": [ "dom", "dom.iterable", "esnext" ], "module": "esnext", "moduleResolution": "node", "noEmit": true, "noEmitOnError": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "removeComments": true, "resolveJsonModule": true, "skipLibCheck": true, "strict": true, "target": "es5" }, "include": [ "src/**/*" ] }