ts-ci/tsconfig.esm.json
2020-05-27 22:02:44 +02:00

8 lines
162 B
JSON

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