ts-ci/tsconfig.esm.json
2020-08-18 16:49:56 +02:00

8 lines
163 B
JSON

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