UNPKG

cra-template-conpec-1.8

Version:

Template conpec

29 lines 621 B
{ "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/**/*" ] }