8 lines
112 B
JSON
8 lines
112 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"include": [
|
||
|
"src/**/*.ts",
|
||
|
"__tests__/**/*.ts"
|
||
|
]
|
||
|
}
|