@stone-lemons/configs-typescript
v0.1.12
Published
🧩 Typescript config
Readme
Personal TypeScript config
Based on the work of unlikelystudio
Installation
npm install --save-dev @stone-lemons/configs-typescript
# or
yarn add -D @stone-lemons/configs-typescriptBackend / Library
In your tsconfig.json
{
"extends": "@stone-lemons/configs-typescript/library.json",
"include": ["src/**/*.ts", "src/types/**/*.d.ts"],
"exclude": ["node_modules", "**/node_modules/*"]
}Dom
In your tsconfig.json
{
"extends": "@stone-lemons/configs-typescript/dom.json",
"include": ["src/**/*.ts", "src/types/**/*.d.ts"],
"exclude": ["node_modules", "**/node_modules/*"]
}