mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-23 07:38:58 -04:00
13 lines
170 B
JSON
13 lines
170 B
JSON
{
|
|
"extends": "./tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"rootDir": "."
|
|
},
|
|
"include": [
|
|
"src",
|
|
"jest.config.js"
|
|
],
|
|
"exclude": [
|
|
"dist"
|
|
]
|
|
} |