{ "$schema": "https://json.schemastore.org/tsconfig", "display": "Histoire", "extends": "./base.json", "compilerOptions": { "target": "ESNext", "module": "ESNext", "lib": ["ESNext"], "strictNullChecks": true, "resolveJsonModule": true, "jsx": "preserve" } }