@waveshq/standard-typescript

4.0.1 • Public • Published

Typescript

@waveshq/standard-typescript

Within your tsconfig.json:

{
  "extends": "@waveshq/standard-typescript/tsconfig.json",
  "compilerOptions": {
    "rootDir": "./src",
    "outDir": "./dist"
  },
  "include": ["src"]
}

Within your tsconfig.build.json:

{
  "extends": "./tsconfig.json",
  "exclude": ["**/*.unit.ts"]
}

Readme

Keywords

none

Package Sidebar

Install

npm i @waveshq/standard-typescript

Weekly Downloads

171

Version

4.0.1

License

none

Unpacked Size

2.27 kB

Total Files

4

Last publish

Collaborators

  • waveshq-npm-bot
  • fuxingloh