Wipe README.md
[wortel.git] / tsconfig.json
blobc208fe022c9779a023c1bbfb2efd435e4d6a1a55
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     "baseUrl": ".",
19     "paths": {
20       "@/*": ["./src/*"],
21       "@/public/*": ["./public/*"]
22     }
23   },
24   "include": ["src"]