2023-09-09 13:50:21 +00:00

11 lines
217 B
JSON

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"tailwind-variants": ["../../../node_modules/tailwind-variants"],
}
},
"include": ["src", "index.ts"]
}