mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-27 17:45:53 -05:00
c48b5c0cec
Based on GitLab commit b7d0c1d555c9358a7fb2141b14730bcdb85c0654
10 lines
273 B
JSON
10 lines
273 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/tsconfig",
|
|
|
|
"extends": "./node_modules/@rushstack/heft-node-rig/profiles/default/tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"outDir": "lib-commonjs",
|
|
"types": ["node", "heft-jest"]
|
|
}
|
|
}
|