Install
Then in your project's .dprintrc.json:
- Specify the plugin url in the
"plugins"
array. - Ensure
.ts
,.tsx
,.js
,.jsx
,.mjs
file extensions are matched in an"includes"
pattern. - Add a
"typescript"
configuration property if desired.{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "includes": [ "**/*.{ts,tsx,js,jsx,mjs}" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.40.1.wasm" ] }