17 lines
271 B
JSON
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"]
|
|
}
|