mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
14 lines
181 B
JSON
14 lines
181 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"module": "commonjs"
|
|
},
|
|
|
|
"include": [
|
|
"./src/**/*.ts"
|
|
]
|
|
}
|
|
|