Update tsconfig.esm.json

This commit is contained in:
Garrone Joseph 2020-08-18 16:49:56 +02:00 committed by GitHub
parent bc6e53262c
commit 576c682c5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,6 @@
"include": ["src/index.ts"], "include": ["src/index.ts"],
"compilerOptions": { "compilerOptions": {
"module": "es2015", "module": "es2015",
"outDir": "dist/zz_esm" "outDir": "dist/zz_esm/"
} }
} }