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