1.1.2 • Published 1 year ago

tsconfig-vite-node v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

tsconfig-vite-node

A base TSConfig for Node apps developed with vite-node and/or built with vite.

Install

npm install tsconfig-vite-node

Use

In tsconfig.json:

{
  "extends": "tsconfig-vite-node"
}

In package.json:

{
  "type": "module",
  "scripts": {
    "dev": "vite-node --watch src/server.ts"
  }
}

TODO: document building with vite.

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago