Files
gitbook/packages/openapi-parser/tsconfig.build.json
2025-02-13 16:30:34 +01:00

11 lines
239 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": ["./tsconfig.json"],
"exclude": ["**/*.test.ts"],
"compilerOptions": {
"declaration": true,
"noEmit": false,
"outDir": "dist"
}
}