mirror of
https://github.com/garronej/ts-ci.git
synced 2025-12-01 05:43:06 +00:00
8 lines
162 B
JSON
8 lines
162 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"include": ["src/index.ts"],
|
||
|
|
"compilerOptions": {
|
||
|
|
"module": "es2015",
|
||
|
|
"outDir": "dist/zz_esm",
|
||
|
|
}
|
||
|
|
}
|