tsconfig-prezzee
v1.0.0
Published
TSLint configuration used by Prezzee
Downloads
2
Readme
tsconfig-prezzee
This package includes the shareable tsconfig configuration used by Prezzee
Usage
First, install this package and make sure you use typescript
v3.2+.
Then create a file named tsconfig.json
in the root folder of your project:
{
"extends": "tsconfig-prezzee",
"include": ["src/**/*.ts"],
"compilerOptions": {
// Override certain options on a project-by-project basis.
"module": "es2015"
}
}
For configuration options refer to official guide and config schema.