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
}
}
Made with contributors-img.
Base tsconfig for egg ts project
Homepage npm TypeScript Download
npm install @eggjs/tsconfig@3.0.0
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
}
}
Made with contributors-img.