8 lines
159 B
JSON
8 lines
159 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src/**/*", "openapi.ts", "package.json", "gen-api.ts"]
|
|
}
|