tiktok-sparo/build-tests/test-utilities/tsconfig.json

9 lines
212 B
JSON
Raw Normal View History

2024-03-06 20:25:24 -05:00
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "./node_modules/@rushstack/heft-node-rig/profiles/default/tsconfig-base.json",
"compilerOptions": {
"types": ["node", "heft-jest"]
}
}