6 lines
109 B
JSON
6 lines
109 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src", "integration-tests"],
|
|
"exclude": ["node_modules"]
|
|
}
|