9 lines
126 B
JSON
9 lines
126 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"module": "commonjs",
|
||
|
|
"target": "ES2020",
|
||
|
|
"lib": ["ES2020"],
|
||
|
|
"sourceMap": true
|
||
|
|
}
|
||
|
|
}
|