{ "$schema": "https://json.schemastore.org/tsconfig", "display": "MediaGo Node TypeScript Config", "extends": "./tsconfig.base.json", "compilerOptions": { "lib": ["ES2020"], "target": "ES2020", "module": "ESNext", "moduleResolution": "bundler", "types": ["node"] } }