Skip to content

Commit

Permalink
Sort tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone committed Jun 2, 2021
1 parent aab017c commit c15b72b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
@@ -1,8 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"downlevelIteration": true,
"esModuleInterop": true,
"jsx": "react",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "commonjs",
"noImplicitAny": true,
"outDir": "dist",
Expand All @@ -11,9 +13,7 @@
},
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"downlevelIteration": true
"strict": true
},
"include": ["src/**/*", "@types/*"]
}

0 comments on commit c15b72b

Please sign in to comment.