8 lines
112 B
JSON
8 lines
112 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"module": "ES2015",
|
||
|
"target": "ES2015",
|
||
|
}
|
||
|
}
|