| { | |
| "extends": "@midday/tsconfig/base.json", | |
| "compilerOptions": { | |
| "outDir": "dist", | |
| "rootDir": "src", | |
| "jsx": "react-jsx", | |
| "jsxImportSource": "react", | |
| "allowJs": true, | |
| "skipLibCheck": true | |
| }, | |
| "include": ["src/**/*"], | |
| "exclude": ["node_modules", "dist"] | |
| } | |