monorepo/apps/web2/tsconfig.json

10 lines
284 B
JSON
Raw Normal View History

2024-09-28 14:58:45 +08:00
{
"extends": "@3rapp/core/tsconfig/next.json",
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "typings/**/*.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"],
2024-10-14 11:38:41 +08:00
"exclude": ["node_modules","src/lib/db/resend.ts"]
2024-09-28 14:58:45 +08:00
}