mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-23 15:48:16 -05:00
10 lines
243 B
JSON
10 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"]
|
||
|
}
|
||
|
}
|