chore(root): migrate to biome
This commit is contained in:
@@ -2,11 +2,7 @@
|
||||
"name": "@openpanel/tsconfig",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"files": [
|
||||
"base.json",
|
||||
"sdk.json",
|
||||
"tsup.config.json"
|
||||
],
|
||||
"files": ["base.json", "sdk.json", "tsup.config.json"],
|
||||
"devDependencies": {
|
||||
"tsup": "^7.2.0"
|
||||
}
|
||||
|
||||
@@ -1,14 +1,9 @@
|
||||
{
|
||||
"entry": [
|
||||
"index.ts"
|
||||
],
|
||||
"format": [
|
||||
"cjs",
|
||||
"esm"
|
||||
],
|
||||
"entry": ["index.ts"],
|
||||
"format": ["cjs", "esm"],
|
||||
"dts": true,
|
||||
"splitting": false,
|
||||
"sourcemap": false,
|
||||
"clean": true,
|
||||
"minify": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user