You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"typescript": {
|
|
"quoteStyle": "preferSingle"
|
|
},
|
|
"includes": ["src/**/*.{ts,tsx,js,jsx,cjs,mjs,json}", "*.ts"],
|
|
"excludes": [
|
|
"**/node_modules"
|
|
],
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/typescript-0.88.3.wasm"
|
|
]
|
|
}
|