{ "compilerOptions": { "baseUrl": ".", "target": "ESNext", "module": "ESNext", "moduleResolution": "node", "paths": { "*": ["node_modules/*"], "./*": ["./*"], "./*.html": ["./*"], "./*.html?raw": ["./*"] } }, "include": ["examples/**/*.js", "examples/accident-counter/src/reducer.ts"], "exclude": ["node_modules", "dist"] }