We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5593c2f commit e26240cCopy full SHA for e26240c
tsconfig.json
@@ -1,6 +1,7 @@
1
{
2
"compilerOptions": {
3
"target": "es2018", // Node.js v10
4
+ "lib": ["es2018"], // https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping
5
"module": "commonjs",
6
"outDir": "lib",
7
"rootDir": "src",
0 commit comments