Files
test/tsconfig.json
tedspare 9cf97a5681
Some checks failed
Deploy to Railway / deploy (push) Has been cancelled
Merge branch 'dexter-main'
2025-11-18 16:34:05 -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"]
}