{ "compilerOptions": { "jsx": "react-jsx", "moduleResolution": "Bundler", "module": "ESNext", "target": "ES2022", "skipLibCheck": true, "strictNullChecks": true, "baseUrl": ".", "paths": { "@/*": ["./src/*"], "@db/*": ["./database/*"] } } }