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