tiktok-sparo/apps/sparo/tsconfig.json
Pete Gonzalez c48b5c0cec Initial commit of files being released as open source
Based on GitLab commit b7d0c1d555c9358a7fb2141b14730bcdb85c0654
2024-02-20 21:42:28 -08:00

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