Install Prettier

This commit is contained in:
2024-09-02 20:22:58 +02:00
parent fb8a9ce6e2
commit eef3dcd1f8
14 changed files with 75 additions and 66 deletions

View File

@ -1,10 +1,9 @@
{
"compilerOptions": {
"jsx": "react-jsx",
"moduleResolution": "Bundler",
"module": "Preserve",
"target": "ES2022",
"skipLibCheck": true,
},
"compilerOptions": {
"jsx": "react-jsx",
"moduleResolution": "Bundler",
"module": "Preserve",
"target": "ES2022",
"skipLibCheck": true
}
}