This issue has been created
There are 6 updates.
 
 
Cristal / cid:jira-generated-image-avatar-ae0c8b2e-c77a-4dd2-bb03-145a43b2c68c CRISTAL-647 Closed

Activate verbatimModuleSyntax on typescript configuration

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-16e51d13-82cb-40e3-9bf6-4a301850ced4 Manuel Leduc created this issue on 21/Aug/25 16:37
 
Summary: Activate verbatimModuleSyntax on typescript configuration
Issue Type: cid:jira-generated-image-avatar-ae0c8b2e-c77a-4dd2-bb03-145a43b2c68c Task
Affects Versions: 0.21
Assignee: Unassigned
Components: Development Issues only
Created: 21/Aug/25 16:37
Priority: cid:jira-generated-image-static-major-7ed51ea8-33d6-4cf5-8367-ce8c143d330c Major
Reporter: Manuel Leduc
Description:

See https://www.typescriptlang.org/tsconfig/#verbatimModuleSyntax

This option makes the compiler fail when types are imported or exported without being explicitly marked as types.
This is useful both for developers who can more easily understand what code will be bundled and what is just types.
In the same way, this is useful for the bundler (Vite) that can more efficiently identify what is actual code to bundle.

 
 

6 updates

 
cid:jira-generated-image-avatar-16e51d13-82cb-40e3-9bf6-4a301850ced4 Changes by Manuel Leduc on 21/Aug/25 16:38
 
Fix Version: 0.22
Documentation in Release Notes: N/A
Documentation: N/A
Assignee: Manuel Leduc
Resolution: Fixed
Status: Open Closed