9 lines
118 B
JSON
9 lines
118 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"strict": true,
|
|
"baseUrl": "."
|
|
}
|
|
}
|