redoc/tsconfig.json
2025-12-15 21:00:05 +02:00

10 lines
280 B
JSON

{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"types": ["vitest/globals", "node", "@testing-library/jest-dom"],
"resolveJsonModule": true
},
"exclude": ["node_modules", "bundle", ".tmp", "lib", "redoc", "bin"],
"include": ["src", "src/**/*.json"]
}