
* chore: Update typescript to latest version (#2735) * install and configure biome (#2741) * Remove FixMeAnyOptionsType, fix lint issues (#2742) * bump version to 23.2.0
17 lines
307 B
JSON
17 lines
307 B
JSON
{
|
|
"files": {
|
|
"ignore": [
|
|
"test/runs",
|
|
"test/inputs",
|
|
"dist",
|
|
"node_modules",
|
|
"packages/*/dist",
|
|
"packages/*/node_modules"
|
|
]
|
|
},
|
|
"formatter": {
|
|
"indentStyle": "space",
|
|
"indentWidth": 4
|
|
}
|
|
}
|