style(biome): using biome for format, lint, check
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"jsx": "preserve",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"noEmit": true,
|
||||
"plugins": [{ "name": "next" }]
|
||||
},
|
||||
"display": "Next.js",
|
||||
"extends": "./base.json"
|
||||
}
|
||||
Reference in New Issue
Block a user