tsconfig.json config preset for aplus team.
npm install @aplus-frontend/ts-configtsconfig.json for Aplus frontend team.
``bash`
pnpm add @aplus-frontend/ts-config -w
you write the following code in your tsconfig.json file
`json``
{
"extends": "@aplus-frontend/ts-config/tsconfig.custom.json",
"compilerOptions": {
"baseUrl": "."
},
"include": [
"tests/*/",
"src/*/",
"types/*/",
"build/*/",
"mock/*/",
"vite.config.ts"
],
"exclude": ["node_modules", "tests/server//.ts", "dist", "/.js"]
}