mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
17 lines
269 B
JSON
17 lines
269 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"resolveJsonModule": true,
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"**/*.test.ts",
|
|
"jest"
|
|
]
|
|
} |