Skip to content

Commit 9ac2b09

Browse files
committed
update doc
1 parent a1282b7 commit 9ac2b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/development/hacking-on-gitea.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Prefer to use type aliases because they can represent any type and are generally
201201

202202
### Use explicit type imports and exports
203203

204-
We use `verbatimModuleSyntax` so type imports and exports must be performed using `export type` and `import type` statements. Type imports and non-type imports from the same file must be split into two `import` statements. This enables the typescript compiler to completely eliminate the type import statements during compilation.
204+
We use `verbatimModuleSyntax` so type imports and exports must be performed using `import type` and `export type` statements. Type imports and non-type imports from the same file must be split into two `import` statements. This enables the typescript compiler to completely eliminate the type import statements during compilation.
205205

206206
### Use `@ts-expect-error` instead of `@ts-ignore`
207207

0 commit comments

Comments
 (0)