insomnia/packages/insomnia-testing/tsconfig.build.json

17 lines
249 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"types": ["node"]
},
"include": [
"src"
],
"exclude": [
"**/fixtures",
"**/test-helpers",
"**/*.test.ts"
]
}