| { | |
| "compilerOptions": { | |
| "target": "ESNext", | |
| "module": "NodeNext", | |
| "lib": ["es6", "dom"], | |
| "allowJs": true, | |
| "skipLibCheck": true, | |
| "strict": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "esModuleInterop": true, | |
| "jsx": "react", | |
| "declaration": true, | |
| "declarationDir": "./dist", | |
| "outDir": "./dist", | |
| "rootDir": "./src" | |
| }, | |
| "include": ["./src"] | |
| } | |