TypeScript Definition files for MarkLogic built-in functions, available as npm module
9
stars
2
forks
source link
Error when setting compilerOptions.module and compilerOptions.target to "esNext", "es2020" or similar #31
Open
sjordan1975 opened 4 years ago
Error when setting compilerOptions.module and compilerOptions.target to "esNext", "es2020" or similar.
Ex. According to https://www.typescriptlang.org/docs/handbook/compiler-options.html, "esNext" would be a valid value for both module and target
Example tsconfig.json:
Error similar to the following