This message was deleted.
# general
s
This message was deleted.
t
what version were you on before?
m
0.60.2
m
maybe due to a
,
at the end of the array list of ‘exclude’ / ‘include’ of the tsconfig.json
m
was fine until upgrading SST
m
remove comma after line 3
t
@Mischa Spiegelmock curious when you get this error
m
Copy code
tsconfig.base.json:5:3 - error TS1005: ',' expected.

5   "compilerOptions": {
    ~~~~~~~~~~~~~~~~~
i'm running
tsc --build --incremental
not sure what else changed in my setup
t
I'm not sure either. Unless typescript upgraded and there was a change
otherwise sst isn't capable of interfering with
tsc
m
ok
ignore me then sorry
m
install typescript again
npm install typescript