mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
20 lines
302 B
JSON
20 lines
302 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"outDir": "dist",
|
||
|
"rootDir": ".",
|
||
|
"lib": ["ES2019"],
|
||
|
"resolveJsonModule": true
|
||
|
},
|
||
|
"include": [
|
||
|
"src",
|
||
|
"package.json"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"**/*.test.ts",
|
||
|
"bin",
|
||
|
"dist"
|
||
|
]
|
||
|
}
|