monorepo/apps/web/tsconfig.json

10 lines
261 B
JSON
Raw Normal View History

2024-06-25 21:59:50 +08:00
{
"extends": "@3rapp/core/tsconfig/next.json",
"compilerOptions": {
"paths": {
2024-09-17 18:34:19 +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"]
}