You've already forked pocketbase
mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-04-26 07:45:02 +02:00
14 lines
179 B
JSON
14 lines
179 B
JSON
{
|
|
"typescript": {
|
|
"indentWidth": 4
|
|
},
|
|
"excludes": [
|
|
"**/node_modules",
|
|
"**/public",
|
|
"**/dist"
|
|
],
|
|
"plugins": [
|
|
"dprint-typescript-0.95.15.wasm"
|
|
]
|
|
}
|