12 lines
137 B
JSON
12 lines
137 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"lib": [
|
|
"ES2020"
|
|
],
|
|
"module": "node16",
|
|
"checkJs": true,
|
|
"noEmit": true
|
|
}
|
|
}
|