Updates Prettier to major version 3, and also updates a couple prettier-related other things. Prelude to #1511 so that that PR doesn't include a bunch of unrelated changes
9 lines
158 B
JSON
9 lines
158 B
JSON
{
|
|
"compilerOptions": {
|
|
"types": ["@types/node"],
|
|
"noEmit": true
|
|
},
|
|
"extends": "./tsconfig.json",
|
|
"include": ["**/*.ts", "**/*.js", "*.mjs"]
|
|
}
|