9 lines
132 B
JSON
9 lines
132 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"lib": ["dom", "esnext"],
|
||
|
"importHelpers": true
|
||
|
}
|
||
|
}
|