8 lines
144 B
JSON
8 lines
144 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"types": ["chrome", "jest", "node"]
|
||
|
|
},
|
||
|
|
"include": ["tests/**/*", "src/**/*"]
|
||
|
|
}
|