@eggjs/tsconfig Base tsconfig file for egg project Badges Install npm i --save-dev @eggjs/tsconfig Usage // tsconfig.json { "extends": "@eggjs/tsconfig", // custom config "compilerOptions": { // override @eggjs/tsconfig options here } }