{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./base.json", "compilerOptions": { "module": "ESNext", "outDir": "dist", "rootDir": "src" } }