tiktok-sparo/apps/sparo-lib/tsconfig.json
2024-02-21 11:02:36 -08:00

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"]
}
}