mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
10 lines
295 B
JSON
10 lines
295 B
JSON
{
|
|
"css.validate": false,
|
|
"i18n-ally.localesPaths": ["apps/client/src/locales"],
|
|
"tailwindCSS.experimental.classRegex": [
|
|
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
|
|
["cn\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
|
|
],
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|