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

17 lines
253 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
2022-06-27 16:57:50 +00:00
"types": ["node"],
},
"include": [
2022-06-27 16:57:50 +00:00
"src",
],
"exclude": [
2022-06-27 16:57:50 +00:00
"**/*.test.ts",
"**/fixtures",
"**/test-helpers",
2022-06-27 16:57:50 +00:00
],
}