Remove .d.ts generation also from esm variant

pull/2748/head
Alex Dima 5 years ago
parent 3b7054deed
commit b8b1a20578
No known key found for this signature in database
GPG Key ID: 6E58D7B045760DA0

@ -2,7 +2,6 @@
"compilerOptions": {
"module": "esnext",
"moduleResolution": "node",
"declaration": true,
"outDir": "../release/esm",
"target": "es5",
"lib": [

Loading…
Cancel
Save