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 e226404 commit d0adc21Copy full SHA for d0adc21
package.json
@@ -26,7 +26,7 @@
26
},
27
"files": [
28
"lib/**/*.js",
29
- "build/lib/**/*.js"
+ "build/lib/**/*"
30
],
31
"dependencies": {
32
"@babel/runtime": "^7.0.0",
tsconfig.json
@@ -10,7 +10,7 @@
10
"declarationMap": true,
11
"emitDeclarationOnly": true,
12
"moduleResolution": "node",
13
- "outDir": "build"
+ "outDir": "build/lib"
14
15
"include": ["lib"]
16
}
0 commit comments