8 строки
111 B
JSON
8 строки
111 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2021",
|
||
|
"module": "commonJS"
|
||
|
},
|
||
|
"exclude": ["node_modules"]
|
||
|
}
|