8 lines
121 B
JSON
8 lines
121 B
JSON
|
{
|
||
|
"extends": "./tsconfig-base.build.json",
|
||
|
"compilerOptions": {
|
||
|
"module": "esnext",
|
||
|
"target": "esnext"
|
||
|
}
|
||
|
}
|