Files
test/tsconfig.json
2025-11-18 16:38:00 -05:00

17 lines
271 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["./src/lib/*"]
},
"plugins": [
{
"name": "next"
}
]
},
"exclude": ["node_modules"],
"extends": "@rubriclab/config/tsconfig",
"include": ["**/*.ts", "**/*.tsx", ".next/types/**/*.ts"]
}