azure-openapi-validator/regression/tsconfig.json

12 строки
205 B
JSON

{
"extends": "../tsconfig-base.json",
"compilerOptions": {
"types": [
"jest","node"
],
"outDir": "dist"
},
"include": [
"./tests/**/*.ts"
]
}