Skip to content

Commit 3eb6191

Browse files
committed
fix(config): Fixed syntax error in start & avoided compile error with ts/strict
1 parent 20fb3df commit 3eb6191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!bin/bash
1+
#!/bin/bash
22

33
npm start

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"skipLibCheck": true,
1111
"esModuleInterop": true,
1212
"allowSyntheticDefaultImports": true,
13-
"strict": true,
13+
"strict": false,
1414
"forceConsistentCasingInFileNames": true,
1515
"module": "esnext",
1616
"moduleResolution": "node",

0 commit comments

Comments
 (0)