grow flex layout on all devices on main app layout
[wortel.git] / tsconfig.json
blob9d379a3c4af84ae50928aaef7dd3a3d9cadeacde
2   "compilerOptions": {
3     "target": "es5",
4     "lib": ["dom", "dom.iterable", "esnext"],
5     "allowJs": true,
6     "skipLibCheck": true,
7     "esModuleInterop": true,
8     "allowSyntheticDefaultImports": true,
9     "strict": true,
10     "forceConsistentCasingInFileNames": true,
11     "noFallthroughCasesInSwitch": true,
12     "module": "esnext",
13     "moduleResolution": "node",
14     "resolveJsonModule": true,
15     "isolatedModules": true,
16     "noEmit": true,
17     "jsx": "react-jsx"
18   },
19   "include": ["src"]