platform-codebase/@packages/@providers/auth-provider/tsconfig.json

15 lines
234 B
JSON

{
"extends": "../../../tsconfig.base.json",
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"dist"
],
"compilerOptions": {
"outDir": "./dist",
"noEmit": true,
"types": ["vite/client"]
}
}