Skip to content

Commit

Permalink
examples: Fix prettier issue (#76027)
Browse files Browse the repository at this point in the history
Follow up from #75750.
  • Loading branch information
leerob authored Feb 13, 2025
1 parent c13fd9b commit 7aa6040
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions examples/cms-plasmic/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": false,
Expand All @@ -19,12 +15,6 @@
"jsx": "preserve",
"moduleResolution": "node"
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx"
],
"exclude": [
"node_modules"
]
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}

0 comments on commit 7aa6040

Please # to comment.