mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 19:35:12 -05:00
9 lines
243 B
JSON
9 lines
243 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/tsconfig",
|
|
|
|
"extends": "./node_modules/@rushstack/heft-node-rig/profiles/default/tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"types": ["node", "heft-jest"]
|
|
}
|
|
}
|