8 lines
112 B
JSON
8 lines
112 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2020",
|
||
|
"module": "ES2020",
|
||
|
"moduleResolution": "node12"
|
||
|
}
|
||
|
}
|