tsdoc/tsdoc-config/tsconfig.json

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

2019-11-15 11:06:08 +03:00
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "./node_modules/@rushstack/heft-node-rig/profiles/default/tsconfig-base.json",
2019-11-15 11:06:08 +03:00
"compilerOptions": {
"types": ["heft-jest", "node"]
}
2019-11-15 11:06:08 +03:00
}