ts-ci/tsconfig.esm.json

9 lines
163 B
JSON
Raw Normal View History

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