tiktok-sparo/build-tests/test-utilities/tsconfig.json
2024-03-11 14:51:56 -07:00

8 lines
212 B
JSON

{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "./node_modules/@rushstack/heft-node-rig/profiles/default/tsconfig-base.json",
"compilerOptions": {
"types": ["node", "heft-jest"]
}
}