We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a009b55 commit 74b2dadCopy full SHA for 74b2dad
2 files changed
test/index.test.ts
@@ -1,3 +1,5 @@
1
+// @ts-expect-error: We cannot enable allowImportingTsExtensions
2
+// because our TS version does not support it
3
import { removeTypes } from '../src/index.ts';
4
5
describe('removeTypes', () => {
tsconfig.json
@@ -3,7 +3,6 @@
"target": "es2020",
"module": "es2020",
"removeComments": true,
6
- "allowImportingTsExtensions": true,
7
8
"strict": true,
9
"noUnusedLocals": true,
0 commit comments