File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1919 "lint" : " eslint \" .\" && prettier --check \" ./src/**/*.ts\" " ,
2020 "clean" : " rm -Rf node_modules/ dist/" ,
2121 "build" : " tsc" ,
22- "build-with-tests" : " tsc --project tsconfig-with-tests.json && cp 'src/test/echo space.js' dist/test" ,
22+ "build-with-tests" : " tsc && cp 'src/test/echo space.js' dist/test" ,
2323 "generate" : " ./generate-client.sh" ,
2424 "watch" : " tsc --watch" ,
2525 "test" : " c8 node --test --test-reporter=spec --import tsx src/*_test.ts" ,
Original file line number Diff line number Diff line change 11{
22 "extends" : " ./tsconfig.json" ,
3- "exclude" : [],
4- "compilerOptions" : {
5- "paths" : {
6- "node-fetch/externals" : [" ./node_modules/@types/node-fetch/externals.d.ts" ]
7- }
8- }
3+ "exclude" : []
94}
Original file line number Diff line number Diff line change 1616 "importHelpers" : true ,
1717 "skipLibCheck" : true ,
1818 "esModuleInterop" : true ,
19- "useDefineForClassFields" : false ,
20- "paths" : {
21- "node-fetch/externals" : [" ./node_modules/@types/node-fetch/externals.d.ts" ]
22- }
19+ "useDefineForClassFields" : false
2320 // enable this in the future
2421 // "declarationMap": true
2522 },
You can’t perform that action at this time.
0 commit comments