mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
22 lines
342 B
JSON
22 lines
342 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"outDir": "dist",
|
|
"rootDir": ".",
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"noImplicitAny": false
|
|
},
|
|
"include": [
|
|
"cli",
|
|
"core",
|
|
"fixtures",
|
|
"modules",
|
|
"server"
|
|
],
|
|
"exclude": [
|
|
"dist"
|
|
]
|
|
}
|