insomnia/packages/insomnia-xpath/tsconfig.json

14 lines
175 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.build.json",
"compilerOptions": {
2022-06-27 16:57:50 +00:00
"rootDir": ".",
},
"include": [
2022-06-27 16:57:50 +00:00
"jest.config.js",
"src",
],
"exclude": [
2022-06-27 16:57:50 +00:00
"dist",
],
}