mirror of
https://github.com/Redocly/redoc.git
synced 2025-12-26 11:03:03 +03:00
10 lines
280 B
JSON
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"]
|
|
}
|