Skip to content

Commit

Permalink
Reorder tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Jun 15, 2024
1 parent 9404456 commit d706c56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"compilerOptions": {
"noImplicitAny": true,
"allowJs": true,
"target": "es6",
"lib": [
"es2019",
"dom",
"dom.iterable"
],
"moduleResolution": "node"
"moduleResolution": "node",
"noImplicitAny": true,
"target": "es6"
},
"include": [
"submodules/editor-api/**/*.js",
Expand Down

0 comments on commit d706c56

Please sign in to comment.