File size: 301 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 |
{
"extends": "@automattic/calypso-typescript-config/ts-package.json",
"compilerOptions": {
"allowJs": true,
"noEmit": true, // just type checking, no output. The output is handled by babel.
"types": [ "jest", "node" ]
},
"include": [ "specs", "lib/martech-tos-helper.js", "jest-helpers" ]
}
|