{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "Bundler", "strict": true, "skipLibCheck": true, "baseUrl": ".", "paths": { "@sentai/shared/*": [ "packages/shared/src/*" ] } } }