Common tsconfig.json templates for libraries development.
Extends tsconfig files exported from this package to make your tsconfig.json file more concise:
This package is released under the Apache 2.0 License.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Common tsconfig.json templates for libraries development.
Extends tsconfig files exported from this package to make your tsconfig.json file more concise:
This package is released under the Apache 2.0 License.
{ // tsconfig.json or tsconfig.xxx.json "extends": "common-lib-tsconfig/tsconfig.json", "include": ["src/**/*.ts"], "compilerOptions": { // Override default compiler options here... }, }