Skip to content

Commit d386dc8

Browse files
committed
implement CxInstaller
1 parent 2c79e5e commit d386dc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"noImplicitAny": true,
1313
"forceConsistentCasingInFileNames": true,
1414
"noUnusedLocals": true,
15-
"pretty": true
15+
"pretty": true,
16+
"allowSyntheticDefaultImports": true
1617
},
1718
"include": ["./src/**/*",
1819
"./src/main/wrapper/resources/**/*"

0 commit comments

Comments
 (0)