volarjs / services

MIT License
134 stars 29 forks source link

Use module node16 #47

Closed remcohaszing closed 1 year ago

remcohaszing commented 1 year ago

This is the correct setting for modern code bases. It implies "moduleResolution": "node16" and "esModuleInterop": true.

johnsoncodehk commented 1 year ago

Thanks!