monorepo/apps/web/tsconfig.json

10 lines
260 B
JSON
Raw Normal View History

2024-06-25 21:59:50 +08:00
{
"extends": "@3rapp/core/tsconfig/next.json",
"compilerOptions": {
"paths": {
2024-08-19 10:13:50 +08:00
"@/*": ["/src/*"]
2024-06-25 21:59:50 +08:00
}
},
"include": ["next-env.d.ts", "typings/**/*.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}