зеркало из https://github.com/microsoft/lsif-node.git
17 строки
330 B
JSON
17 строки
330 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "node16",
|
|
"moduleResolution": "Node16",
|
|
"target": "es2022",
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"strict": true,
|
|
"lib": [
|
|
"es2022"
|
|
]
|
|
}
|
|
} |