2024.11.1-alpha.1920 • Published 8 months ago

@busybox/tsconfig v2024.11.1-alpha.1920

Weekly downloads
143
License
MIT
Repository
github
Last release
8 months ago

@busybox/tsconfig

Installation

npm install --save-dev @busybox/tsconfig

In tsconfig.json for normally application

{
  "extends": "@busybox/tsconfig",
  "compilerOptions": {
    "outDir": "./dist",
    "rootDir": "./src"
  }
}

In tsconfig.json for lib

{
  "compilerOptions": {
    "declaration": true,
    "emitDeclarationOnly": true,
    "noEmit": false,
    "outDir": "./dist",
    "rootDir": "./src"
  },
  "extends": "@busybox/tsconfig"
}
2023.7.14

2 years ago

2023.7.13

2 years ago

2023.6.26

2 years ago

2023.6.22

2 years ago

2023.4.4

2 years ago

1.8.0

3 years ago

1.7.2

3 years ago

1.7.1

3 years ago

1.6.2

3 years ago

1.7.0

3 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

5 years ago

1.2.0

5 years ago

1.3.0

5 years ago

1.1.0

5 years ago