insomnia/packages/openapi-2-kong/tsconfig.build.json

16 lines
258 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"composite": true,
"outDir": "dist",
"rootDir": "src",
"resolveJsonModule": true,
"strict": false
},
"include": [
"src"
],
"exclude": [
"**/*.test.ts"
]
}