ts-ci/tsconfig.esm.json
Joseph Garrone f405b1cc58 update
2020-05-15 22:51:31 +02:00

8 lines
No EOL
162 B
JSON

{
"extends": "./tsconfig.json",
"include": ["src/index.ts"],
"compilerOptions": {
"module": "es2015",
"outDir": "dist/zz_esm",
}
}