9 lines
135 B
JSON
9 lines
135 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"lib": ["ES2020"],
|
||
|
|
"types": ["node"]
|
||
|
|
},
|
||
|
|
"include": ["api"]
|
||
|
|
}
|