test/apps/web/tsconfig.json

11 lines
289 B
JSON
Raw Permalink Normal View History

2024-05-07 16:24:43 +00:00
{
"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"]
}