{ "compilerOptions": { "strict": true, "target": "ES2020", "moduleResolution": "Node", "baseUrl": ".", "paths": { "@sinclair/typemap": ["src/index.ts"] } } }