10 lines
158 B
JSON
10 lines
158 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "NodeNext",
|
||
|
"moduleResolution": "NodeNext",
|
||
|
"target": "ES2021",
|
||
|
"checkJs": true,
|
||
|
"allowJs": true
|
||
|
}
|
||
|
}
|