@platformatic/generators 1.53.0 → 1.53.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/base-generator.js
CHANGED
package/package.json
CHANGED
|
@@ -346,7 +346,8 @@ test('should generate tsConfig file and typescript files', async (t) => {
|
|
|
346
346
|
noEmitOnError: true,
|
|
347
347
|
incremental: true,
|
|
348
348
|
strict: true,
|
|
349
|
-
outDir: 'dist'
|
|
349
|
+
outDir: 'dist',
|
|
350
|
+
skipLibCheck: true
|
|
350
351
|
},
|
|
351
352
|
watchOptions: {
|
|
352
353
|
watchFile: 'fixedPollingInterval',
|