Artem
Artem
If the "--experimental-vm-modules" property is set, modules are processed with an error.  Adding the property type: "module" solves this problem.
Sorry if I'm asking the question in the wrong place. Is it possible to support ts to valibot transformation in the future? https://valibot.dev/
 tsConfig ``` { "compilerOptions": { "target": "es6", "lib": [ "dom", "dom.iterable", "esnext" ], "allowJs": false, "skipLibCheck": true, "strict": true, "noUncheckedIndexedAccess": true, "useUnknownInCatchVariables" : true, "forceConsistentCasingInFileNames": true, "noEmit": true, "incremental":...