mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
16 lines
552 B
JSON
16 lines
552 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"tailwindCSS.experimental.classRegex": [
|
|
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
|
|
["cn\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
|
|
],
|
|
"yaml.schemas": {
|
|
"https://json.schemastore.org/github-workflow.json": ".github/workflows/*.yml",
|
|
"https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json": [
|
|
"tools/compose/*"
|
|
]
|
|
},
|
|
"i18n-ally.localesPaths": ["apps/client/src/locales"],
|
|
"vitest.disableWorkspaceWarning": true
|
|
}
|