File tree 2 files changed +0
-5
lines changed
2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -110,10 +110,6 @@ jobs:
110
110
if : ${{ matrix.ts < 4.1 }}
111
111
run : sed -i -e 's/@pre41-ts-ignore/@ts-ignore/' -e '/pre41-remove-start/,/pre41-remove-end/d' ./src/tests/*.* ./src/query/tests/*.ts*
112
112
113
- - name : ' disable strictOptionalProperties'
114
- if : ${{ matrix.ts == 'next' }}
115
- run : sed -i -e 's|//\(.*strictOptionalProperties.*\)$|\1|' tsconfig.base.json
116
-
117
113
- name : Test types
118
114
run : |
119
115
./node_modules/.bin/tsc --version
Original file line number Diff line number Diff line change 10
10
"rootDir" : " ./src" ,
11
11
// stricter type-checking for stronger correctness. Recommended by TS
12
12
"strict" : true ,
13
- // "strictOptionalProperties": false, // disable strictOptionalProperties for now to also build with 4.4
14
13
// linter checks for common issues
15
14
"noImplicitReturns" : true ,
16
15
"noFallthroughCasesInSwitch" : true ,
You can’t perform that action at this time.
0 commit comments