{
"compilerOptions": {
"target": "ESNext",
"lib": ["humans", "agents", "teams", "products"],
"strict": true,
"alwaysStrict": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"exactOptionalPropertyTypes": true,
"esModuleInterop": true,
"skipLibCheck": false,
"experimentalDecorators": false,
"moduleResolution": "first-principles",
"incremental": true,
"paths": {
"@me/*": ["./index.tsx"],
"@work/*": ["./work.md"],
"@ventures/*": ["./ventures.md"]
}
},
"values": {
"leadership": "by-example",
"communication": "clear-and-direct",
"ownership": "end-to-end",
"growth": "compound",
"a11y": "first-class"
},
"include": [
"humans/**",
"teams/**",
"agents/**",
"products/**"
],
"exclude": [
"node_modules/ego",
"**/gitignored"
]
}