Skip to content

Commit 64f28aa

Browse files
committed
chore: add schema
1 parent 252e03d commit 64f28aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: packages/language-core/schemas/vue-tsconfig.schema.json

+5
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@
6060
"default": false,
6161
"markdownDescription": "Check unknown components. If not set, uses the 'strictTemplates' value."
6262
},
63+
"strictCssModules": {
64+
"type": "boolean",
65+
"default": false,
66+
"markdownDescription": "Strict CSS modules type-checking."
67+
},
6368
"skipTemplateCodegen": {
6469
"type": "boolean",
6570
"default": false,

0 commit comments

Comments
 (0)