Skip to content

IlyaSemenov/tsconfig-vite-node

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published