This commit is contained in:
Joseph Garrone 2020-05-15 22:51:31 +02:00
parent 7ca6a7bc03
commit f405b1cc58
11 changed files with 195 additions and 85 deletions

8
tsconfig.esm.json Normal file
View file

@ -0,0 +1,8 @@
{
"extends": "./tsconfig.json",
"include": ["src/index.ts"],
"compilerOptions": {
"module": "es2015",
"outDir": "dist/zz_esm",
}
}