test/apps/web/tsconfig.json
2024-05-08 00:24:43 +08:00

11 lines
289 B
JSON

{
"extends": "@3rapp/code-config/typescript/nextjs.json",
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "typings/**/*.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}