{ "$schema": "https://json.schemastore.org/tsconfig", "display": "Base JSDoc", "compilerOptions": { "allowJs": true, "checkJs": true, "maxNodeModuleJsDepth": 0, // Fix when used with jsconfig.json, see https://github.com/voxpelli/types-in-js/discussions/25 "noEmit": true, "resolveJsonModule": true } }