You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,8 @@ Please note that ATL works **the same way as a TypeScript compiler** as much as
108
108
109
109
**ADVICE**: Typically you want your `files` section to include only entry points.
110
110
111
+
**ADVICE**: The loader works faster if you use `isolatedModules` or `forceIsolatedModules` options.
112
+
111
113
## Loader options
112
114
113
115
### silent *(boolean) (default=false)*
@@ -138,6 +140,10 @@ Specifies the path to a TS config file. This is useful when you have multiple co
138
140
139
141
Use this setting to disable type checking.
140
142
143
+
### forceIsolatedModules *(boolean)*
144
+
145
+
Use this setting to disable dependent module recompilation.
146
+
141
147
### ignoreDiagnostics *(number[]) (default=[])*
142
148
143
149
You can squelch certain TypeScript errors by specifying an array of [diagnostic codes](https://github.com/Microsoft/TypeScript/blob/master/src/compiler/diagnosticMessages.json) to ignore.
0 commit comments