0.1.14 • Published 2 years ago

@webpack-auto/typescript v0.1.14

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Webpack Auto: TypeScript feature

Handle typescript files (*.ts)

With features:

  • Use aliases from tsconfig.json file;
  • Main thread used only for compile;
  • Fork process to check types.

Usage

$ npm install --save-dev ts-loader tsconfig-paths-webpack-plugin fork-ts-checker-webpack-plugin @webpack-auto/typescript

Result in package.json:

{
  "devDependencies": {
    "@webpack-auto/typescript": "..."
  }
}
0.1.14

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.8

2 years ago

0.1.6

2 years ago