Artem

Results 3 issues of Artem

If the "--experimental-vm-modules" property is set, modules are processed with an error. ![image](https://user-images.githubusercontent.com/59764954/182678135-a4cb56a2-533b-46ce-ad61-17a8b114da4e.png) 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/

![image](https://user-images.githubusercontent.com/59764954/194743314-8dbe86d5-ad64-44a9-9ab6-3eff311e15a5.png) tsConfig ``` { "compilerOptions": { "target": "es6", "lib": [ "dom", "dom.iterable", "esnext" ], "allowJs": false, "skipLibCheck": true, "strict": true, "noUncheckedIndexedAccess": true, "useUnknownInCatchVariables" : true, "forceConsistentCasingInFileNames": true, "noEmit": true, "incremental":...