10 lines
167 B
JSON
10 lines
167 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/packages-dist/tsc-wrapped",
|
|
"types": [
|
|
"node",
|
|
"jasmine"
|
|
]
|
|
}
|
|
} |