This commit is contained in:
2025-03-18 16:14:40 +08:00
parent 25def8c245
commit aa1cee7c9f
50 changed files with 916 additions and 502 deletions

View File

@@ -21,7 +21,11 @@
"node_modules/@types",
"node_modules/@kevisual/types",
],
"paths": {},
"paths": {
"@kevisual/center-components/*": [
"src/*"
]
},
/* Linting */
"strict": true,
"noImplicitAny": false,