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 5600fe5 commit 694b571Copy full SHA for 694b571
.gitignore
@@ -46,6 +46,7 @@ typings/
46
47
# TypeScript build output
48
/lib
49
+/es6
50
51
# TypeScript cache
52
*.tsbuildinfo
tsconfig.json
@@ -11,7 +11,7 @@
11
"noImplicitReturns": true,
12
"noUnusedLocals": true,
13
"noUnusedParameters": true,
14
- "outDir": "./dist/lib",
+ "outDir": "lib",
15
"sourceMap": false,
16
"strict": true,
17
"stripInternal": true,
0 commit comments