monorepo/apps/web2/tsconfig.json

6 lines
186 B
JSON
Raw Normal View History

2024-09-28 14:58:45 +08:00
{
2025-01-24 14:26:30 +08:00
"extends": "@3rapp/core/tsconfig/next.json",
2025-01-15 10:39:14 +08:00
"include": ["next-env.d.ts", "typings/**/*.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
2024-12-02 13:41:28 +08:00
}