chore: project setting exclude tests

This commit is contained in:
Methapon2001 2024-07-01 11:14:17 +07:00
parent 17bf0737eb
commit 628a014694

View file

@ -2,5 +2,6 @@
"extends": "@quasar/app-vite/tsconfig-preset",
"compilerOptions": {
"baseUrl": "."
}
},
"exclude": ["tests"]
}