9 lines
122 B
JSON
9 lines
122 B
JSON
|
|
// For IDE
|
||
|
|
{
|
||
|
|
"extends": "../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"module": "esnext",
|
||
|
|
"target": "es2015"
|
||
|
|
}
|
||
|
|
}
|