{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "lib": ["ES2023"], "strict": true, "noUncheckedIndexedAccess": true, "exactOptionalPropertyTypes": true, "noEmit": true, "skipLibCheck": true, "baseUrl": ".", "paths": { "#~/*": ["./src/*"] } }, "include": ["src/**/*.ts", "drizzle.config.ts"] }