11 lines
194 B
JSON
11 lines
194 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "es2020",
|
||
|
"lib": [
|
||
|
"es2020"
|
||
|
],
|
||
|
"sourceMap": true,
|
||
|
"composite": true
|
||
|
}
|
||
|
}
|