Skip to content

Commit

Permalink
chore(tsconfig): set declartion option value
Browse files Browse the repository at this point in the history
  • Loading branch information
KuangPF committed Aug 4, 2023
1 parent aad9db4 commit 1aa298e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"strictNullChecks": true,
"module": "esnext",
"moduleResolution": "node",
"declaration": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"jsx": "react-jsx",
Expand Down

0 comments on commit 1aa298e

Please sign in to comment.