mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
12 lines
191 B
JSON
12 lines
191 B
JSON
|
{
|
||
|
"extends": "./tsconfig.build.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../insomnia-send-request/dist"
|
||
|
},
|
||
|
"include": [
|
||
|
"**/*.d.ts",
|
||
|
"package.json",
|
||
|
"send-request"
|
||
|
]
|
||
|
}
|