Skip to content

Commit

Permalink
Tidy tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
psidex committed May 16, 2023
1 parent 6d368df commit 9b16b6a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
"skipLibCheck": true,
"target": "es6",
"lib": [
"ES6",
"es2017",
"esnext",
"dom"
],
"module": "commonjs",
"strict": true,
"jsx": "react",
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"resolveJsonModule": true
}
}

0 comments on commit 9b16b6a

Please sign in to comment.