9 lines
163 B
JSON
9 lines
163 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src/index.ts"],
|
|
"compilerOptions": {
|
|
"module": "es2015",
|
|
"outDir": "dist/zz_esm/"
|
|
}
|
|
}
|