ts-ci/tsconfig.esm.json

8 lines
162 B
JSON
Raw Normal View History

2020-05-15 22:51:31 +02:00
{
"extends": "./tsconfig.json",
"include": ["src/index.ts"],
"compilerOptions": {
"module": "es2015",
"outDir": "dist/zz_esm",
}
}