mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-25 00:32:22 -04:00
16 lines
216 B
JSON
16 lines
216 B
JSON
{
|
|
"extends": "./tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"rootDir": "."
|
|
},
|
|
"include": [
|
|
"src",
|
|
".eslintrc.js",
|
|
"jest.config.js",
|
|
"webpack.config.js"
|
|
],
|
|
"exclude": [
|
|
"dist"
|
|
]
|
|
}
|