1.0.0 • Published 2 years ago
muxiao-tsconfig v1.0.0
A base TSConfig for working with Node 18.
Add the package to your "devDependencies"
:
npm install --save-dev mx-tsconfig
Add to your tsconfig.json
:
"extends": "mx-tsconfig/tsconfig.json"
The tsconfig.json
:
{
// 减少TypeScript自动加载的项目数量。
/* Reduce the number of projects loaded automatically by TypeScript. */
// "disableReferencedProjectLoad": true
}
1.0.0
2 years ago