lsif-node/tsconfig.base.json

13 строки
211 B
JSON
Исходник Обычный вид История

2019-03-26 00:08:06 +03:00
{
"compilerOptions": {
2019-03-27 00:42:20 +03:00
"module": "commonjs",
"target": "es6",
2019-03-26 00:08:06 +03:00
"noImplicitAny": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
2019-03-27 00:42:20 +03:00
"strict": true,
"lib": [
"es6"
]
2019-03-26 00:08:06 +03:00
}
}