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