0.2.0 • Published 10 months ago

@gavdi/tsconfig v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Gavdi Labs Standard TSConfig

Installation

npm install --save-dev @gavdi/tsconfig

CAP Setup

/** your tsconfig.json **/
{
    "extends": "@gavdi/tsconfig" // Can also be "@gavdi/tsconfig/cap"
}

UI5 Setup

/** Your tsconfig.json **/
{
    "extends": "@gavdi/tsconfig/ui5",
    "compilerOptions": {
        "paths": {
          "trix/timesheet/*": [
            "./webapp/*"
          ],
          "unit/*": [
            "./webapp/test/unit/*"
          ],
          "integration/*": [
            "./webapp/test/integration/*"
          ]
        }
    }
}
0.2.0

10 months ago

0.1.0

11 months ago