mirror of
https://github.com/biomejs/biome.git
synced 2025-12-23 08:21:13 +00:00
7 lines
194 B
JSON
7 lines
194 B
JSON
{
|
|
"incremental": false,
|
|
"typescript": {},
|
|
"includes": ["**/*.{js,jsx,cjs,ts,tsx}"],
|
|
"excludes": ["**/node_modules"],
|
|
"plugins": ["https://plugins.dprint.dev/typescript-0.91.6.wasm"]
|
|
}
|