tsconfig.json (hoppscotch-2.2.1) | : | tsconfig.json (hoppscotch-3.0.0) | ||
---|---|---|---|---|
{ | { | |||
"compilerOptions": { | "compilerOptions": { | |||
"target": "es2017", | "target": "es2017", | |||
"module": "esnext", | "module": "esnext", | |||
"lib": ["esnext"], | "lib": ["esnext"], | |||
"moduleResolution": "node", | "moduleResolution": "node", | |||
"esModuleInterop": true, | "esModuleInterop": true, | |||
"strict": true, | "strict": true, | |||
"strictNullChecks": true, | "strictNullChecks": true, | |||
"resolveJsonModule": true | "skipLibCheck": true, | |||
} | "resolveJsonModule": true, | |||
}, | ||||
"include": ["src/*.ts"] | ||||
} | } | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 4 lines changed or added |