We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426103d commit 7bca4e7Copy full SHA for 7bca4e7
test/integration/tsconfig-verifier/test/index.test.js
@@ -570,7 +570,7 @@ import path from 'path'
570
it('allows you to set verbatimModuleSyntax true via extends without adding isolatedModules', async () => {
571
expect(await exists(tsConfig)).toBe(false)
572
expect(await exists(tsConfigBase)).toBe(false)
573
-
+
574
await writeFile(
575
tsConfigBase,
576
`{ "compilerOptions": { "verbatimModuleSyntax": true } }`
@@ -583,7 +583,7 @@ import path from 'path'
583
})
584
expect(stderr + stdout).not.toContain('isolatedModules')
585
expect(code).toBe(0)
586
587
expect(await readFile(tsConfig, 'utf8')).toMatchInlineSnapshot(`
588
"{
589
\\"extends\\": \\"./tsconfig.base.json\\",
0 commit comments