style(biome): using biome for format, lint, check
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"extends": "@basango/typescript-config/react-library.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@basango/ui/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["."],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
"exclude": ["node_modules", "dist"],
|
||||
"extends": "@basango/tsconfig/react-library.json",
|
||||
"include": ["."]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user