Given that AssemblyScript supports many extensions and one of them being ts it would be ideal to have an enable configuration key so that consumers can decide when should the extension be available. The only way to achieve this right now is to manually disable the extension in TypeScript projects.
Given that AssemblyScript supports many extensions and one of them being
ts
it would be ideal to have anenable
configuration key so that consumers can decide when should the extension be available. The only way to achieve this right now is to manually disable the extension in TypeScript projects.