{ "compilerOptions": { "rootDir": "./src", "baseUrl": "./src", "outDir": "./build", "declaration": true, "skipLibCheck": true, "declarationMap": true, "esModuleInterop": true, "jsx": "react", "sourceMap": true, "strict": true, "suppressImplicitAnyIndexErrors": true }, "exclude": ["node_modules", "build"], "include": ["**/*.ts", "**/*.tsx"] }