Skip to content

Commit

Permalink
improve tsconfig.json in the React-TS example
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy committed Sep 6, 2023
1 parent 45a3540 commit dba39dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/react-ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
"checkJs": true,
"allowJs": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"jsx": "react",

"alwaysStrict": true,
"strictNullChecks": false,
"strict": true,

"declaration": true,
"declarationMap": true,
Expand Down

0 comments on commit dba39dc

Please sign in to comment.