$ cnpm install @eggjs/tsconfig
Base tsconfig file for egg project
npm i --save-dev @eggjs/tsconfig
// tsconfig.json
{
"extends": "@eggjs/tsconfig",
// custom config
"compilerOptions": {
// override @eggjs/tsconfig options here
}
}
Copyright 2013 - present © cnpmjs.org | Home |