react-native-lamantin
Version:
Set of components for https://lamantin.group development
29 lines • 766 B
JSON
{
"compilerOptions": {
// "allowUnreachableCode": true,
// "allowUnusedLabels": true,
"esModuleInterop": true,
// "forceConsistentCasingInFileNames": true,
"jsx": "react",
"lib": [
"esnext"
],
"outDir": "build",
"module": "esnext",
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noImplicitUseStrict": false,
"noStrictGenericChecks": false,
// "noUnusedLocals": true,
// "noUnusedParameters": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "esnext",
"declaration": true,
"emitDeclarationOnly": true,
},
"compileOnSave": true,
"exclude": ["build", "node_modules", "example", "scripts"]
}