8 lines
128 B
JSON
8 lines
128 B
JSON
|
{
|
||
|
"extends": "./tsconfig-build",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../../../dist/esm/compiler",
|
||
|
"target": "es5"
|
||
|
}
|
||
|
}
|