mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
15 lines
237 B
JSON
15 lines
237 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"outDir": "dist",
|
||
|
"rootDir": "src",
|
||
|
"resolveJsonModule": true
|
||
|
},
|
||
|
"include": [
|
||
|
"src"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"**/*.test.ts"
|
||
|
]
|
||
|
}
|