Invalid JSON:
Expected double-quoted property name in JSON
at line 5, column 19
| { | |
| "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" ] | |
| } | |