Skip to content

Commit

Permalink
implement CxInstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Sep 18, 2024
1 parent 2c79e5e commit d386dc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"noImplicitAny": true,
"forceConsistentCasingInFileNames": true,
"noUnusedLocals": true,
"pretty": true
"pretty": true,
"allowSyntheticDefaultImports": true
},
"include": ["./src/**/*",
"./src/main/wrapper/resources/**/*"
Expand Down

0 comments on commit d386dc8

Please sign in to comment.