10 lines
141 B
JSON
10 lines
141 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "node16",
|
||
|
"lib": ["dom", "es2015"],
|
||
|
"types": [],
|
||
|
"strict": true,
|
||
|
"noEmit": true
|
||
|
}
|
||
|
}
|