1
0
This commit is contained in:
2025-12-27 12:40:52 +07:00
commit c3d9eae673
18 changed files with 3404 additions and 0 deletions

12
tsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"vueCompilerOptions": {
// Required to keep component imports when organizing imports.
"plugins": ["@vue/language-plugin-pug"]
}
}