lsif-node/tsconfig.base.json

17 строки
330 B
JSON
Исходник Постоянная ссылка Обычный вид История

2019-03-26 00:08:06 +03:00
{
"compilerOptions": {
"module": "node16",
"moduleResolution": "Node16",
"target": "es2022",
2019-03-26 00:08:06 +03:00
"noImplicitAny": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
2020-09-18 16:35:25 +03:00
"noUnusedParameters": true,
"declaration": true,
"declarationMap": true,
2019-03-27 00:42:20 +03:00
"strict": true,
"lib": [
"es2022"
2019-03-27 00:42:20 +03:00
]
2019-03-26 00:08:06 +03:00
}
}