10 lines
151 B
JSON
10 lines
151 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"noEmit": true
|
|
}
|
|
}
|