mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
23 lines
341 B
JSON
23 lines
341 B
JSON
{
|
|
"extends": "./tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"composite": false,
|
|
"rootDir": ".",
|
|
},
|
|
"include": [
|
|
"**/*.d.ts",
|
|
".eslintrc.js",
|
|
"__jest__",
|
|
"cli",
|
|
"fixtures",
|
|
"jest.config.js",
|
|
"playwright",
|
|
"playwright.config.ts",
|
|
"server",
|
|
"tests",
|
|
],
|
|
"exclude": [
|
|
"dist",
|
|
],
|
|
}
|