mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 16:08:26 -04:00
17 lines
439 B
JSON
17 lines
439 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"editor.rulers": [
|
|
120
|
|
],
|
|
"files.associations": {
|
|
"*.css": "tailwindcss",
|
|
"*.mdx": "markdown"
|
|
},
|
|
"javascript.updateImportsOnFileMove.enabled": "always",
|
|
"typescript.preferences.importModuleSpecifierEnding": "minimal",
|
|
"typescript.surveys.enabled": false,
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"typescript.tsserver.log": "off",
|
|
"typescript.updateImportsOnFileMove.enabled": "always"
|
|
}
|