mirror of
https://github.com/etkecc/synapse-admin.git
synced 2024-11-21 15:25:22 +03:00
48d933e028
* wip on ra upgrade * Finish upgrade * fix package.json * pr fixes * more pr fixes * update readme
10 lines
272 B
JSON
10 lines
272 B
JSON
{
|
|
"search.exclude": {
|
|
"**/.yarn": true,
|
|
"**/.pnp.*": true
|
|
},
|
|
"eslint.nodePath": ".yarn/sdks",
|
|
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs",
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true
|
|
}
|