1.14.0 • Published 4 years ago

deming-tsconfig v1.14.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Overview

This package contains my TypeScript configuration.

Instructions

Generate the blank config files by running yarn deming-tsconfig generate-files.

If you are running this project on the server, include these scripts in your package.json.

    "scripts": {
        "build": "export NODE_ENV='production'; tsc --build tsconfig.json",
        "start": "export NODE_ENV='development'; yarn ts-node-dev src/index.ts",
    }

That is it. You are done!

1.14.0

4 years ago

1.13.0

4 years ago

1.12.0

4 years ago

1.11.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago