10 lines
170 B
JSON
10 lines
170 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"target": "esnext",
|
|
"moduleResolution": "nodenext",
|
|
"module": "nodenext"
|
|
}
|
|
}
|