1.0.5 • Published 3 years ago

@tripteki/typescriptjs-foundation v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Foundation is a core for Trip Teknologi's Typescript.js Codebase.

Getting Started

Installation :

$ npm install --save-dev @tripteki/typescriptjs-foundation

How to use :

  • Put this to your created or existed tsconfig.json file in the root of your project's directory :
{
    "extends": "@tripteki/typescriptjs-foundation",

    "compilerOptions": {

        "module": "",
        "target": "",
        "baseUrl": "",
        "outDir": ""
    },

    "include": [],
    "exclude": []
}

Usage

npx tsc

Author

1.0.5

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago