fal-js/libs/proxy/tsconfig.json
2024-08-07 16:45:41 -07:00

18 lines
276 B
JSON

{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"compilerOptions": {
"target": "ES2020",
"importHelpers": false
},
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}