mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
update
This commit is contained in:
parent
7ca6a7bc03
commit
f405b1cc58
11 changed files with 195 additions and 85 deletions
8
tsconfig.esm.json
Normal file
8
tsconfig.esm.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"include": ["src/index.ts"],
|
||||
"compilerOptions": {
|
||||
"module": "es2015",
|
||||
"outDir": "dist/zz_esm",
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue