{ "$schema": "https://json.schemastore.org/tsconfig", "display": "Common", "extends": "./base.json", "compilerOptions": { "lib": ["ES2021"], "module": "ESNext", "target": "ES6", "allowJs": true } }