Skip to content

Commit 4f4d8f0

Browse files
committed
2.9.0-next.2
1 parent 14ec30c commit 4f4d8f0

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ task('default', () => {
243243
```typescript
244244
interface ITypeCheckerOptionsInterface {
245245
tsConfig: string; //config file (compared to basepath './tsconfig.json')
246-
tsConfigOverride: Object // override tsconfig settings
246+
tsConfigOverride: Object // override tsconfig settings, does not override entire compilerOptions object, only parts you set
247247
throwOnSyntactic?: boolean; // if you want it to throw error
248248
throwOnSemantic?: boolean; // if you want it to throw error
249249
throwOnGlobal?: boolean; // if you want it to throw error

dist/commonjs/index.js

Lines changed: 18 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/commonjs/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fuse-box-typechecker",
3-
"version": "2.9.0-next.1",
3+
"version": "2.9.0-next.2",
44
"description": "Fuse-Box type checker plugin",
55
"keywords": [
66
"fuse-box-bundler",

0 commit comments

Comments
 (0)