ts-config-apteryx
v2.1.0
Published
TypeScript configuration for all Apteryx projects
Maintainers
Readme
Apteryx's TypeScript Config
Installation
npm install ts-config-apteryx
yarn add ts-config-apteryx
pnpm add ts-config-apteryxUsage
Add the following field to your tsconfig.json.
{
"extends": "ts-config-apteryx"
}Configuration
{
"extends": "ts-config-apteryx",
"compilerOptions": { "ourDir": "./dist" },
"exclude": ["./node_modules/", "./dist/"],
"include": ["./src/**/*.ts"]
}