Files
dwellops-platform/apps/web/tsconfig.json
2026-03-10 21:30:52 -03:00

11 lines
239 B
JSON

{
"extends": "@dwellops/config/tsconfig/nextjs.json",
"compilerOptions": {
"noEmit": true,
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src", "i18n", "next-env.d.ts", "next.config.ts", ".next/types/**/*.ts"]
}