mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
16 lines
219 B
JSON
16 lines
219 B
JSON
{
|
|
"extends": "./tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"composite": false,
|
|
"rootDir": ".",
|
|
},
|
|
"include": [
|
|
".eslintrc.js",
|
|
"jest.config.js",
|
|
"src",
|
|
],
|
|
"exclude": [
|
|
"dist",
|
|
],
|
|
}
|