{ "extends": "./base.json", "display": "TS Library", "compilerOptions": { "lib": ["ES2019"], "target": "ES2019", "skipLibCheck": true, "resolveJsonModule": true, "outDir": "dist", "allowJs": false } }