first commit
All checks were successful
Deploy Application / deploy (push) Successful in 13s

This commit is contained in:
2025-06-12 00:26:45 +04:00
parent e2af4c4d8c
commit 17ca86c09c
10 changed files with 286 additions and 37 deletions

View File

@ -1,15 +1,12 @@
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["./src/**/*", "./src/**/*.vue"],
"exclude": ["./src/**/__tests__/*"],
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"]
"paths": {
"@/*": ["./src/*"]
}
}
}