{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "strict": true, "jsx": "react-jsx", "esModuleInterop": true, "skipLibCheck": true, "paths": { "@yuzu-gca/shared": ["../shared/src"] } }, "include": ["**/*.ts", "**/*.tsx"], "exclude": ["node_modules"] }