mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
14 lines
272 B
JSON
14 lines
272 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"emitDeclarationOnly": true,
|
|
"isolatedModules": false,
|
|
"jsx": "react",
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"skipLibCheck": true,
|
|
"sourceMap": false,
|
|
},
|
|
"include": ["src"],
|
|
}
|