10 lines
144 B
JSON
10 lines
144 B
JSON
|
|
||
|
{
|
||
|
"extends": "./tsconfig-build",
|
||
|
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../../../dist/packages-dist/compiler/es5",
|
||
|
"target": "es5"
|
||
|
}
|
||
|
}
|