ts-loader
Advanced tools
Comparing version 6.2.0 to 6.2.1
# Changelog | ||
## v6.2.1 | ||
* [Output types alongside JS files, enable declaration maps](https://github.com/TypeStrong/ts-loader/pull/1026) - thanks @meyer! | ||
## v6.2.0 | ||
@@ -4,0 +7,0 @@ * [Emitting .tsbuildinfo when using watch api](https://github.com/TypeStrong/ts-loader/pull/1017) - thanks @sheetalkamat! |
{ | ||
"name": "ts-loader", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "TypeScript loader for webpack", | ||
"main": "index.js", | ||
"types": "dist/types/index.d.ts", | ||
"types": "dist", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "build": "tsc --version && tsc --project \"./src\"", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
180601
42