mirror of
https://github.com/remnawave/frontend.git
synced 2026-05-13 12:16:40 +00:00
10 lines
203 B
JSON
10 lines
203 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"cssVariables.lookupFiles": [
|
|
"**/*.css",
|
|
"**/*.scss",
|
|
"**/*.sass",
|
|
"**/*.less",
|
|
"node_modules/@mantine/core/styles.css"
|
|
]
|
|
}
|