Files
flipper/desktop/tsc-root/tsconfig.json
Michel Weststrate dda68de445 Fix issue where TypeScript errors in scripts/ folder weren't picked up
Summary: This diff fixes an issue where the `scripts` folder wasn't automatically type checked by TypeScript, and as a result `yarn flipper-server` was broken atm.

Reviewed By: nikoant

Differential Revision: D33348825

fbshipit-source-id: 059a834cacb881d45ae4b0933af3f1feabb90182
2021-12-29 06:49:14 -08:00

50 lines
707 B
JSON

{
"references": [
{
"path": "../babel-transformer"
},
{
"path": "../plugin-lib"
},
{
"path": "../flipper-common"
},
{
"path": "../flipper-dump"
},
{
"path": "../flipper-plugin"
},
{
"path": "../flipper-server"
},
{
"path": "../flipper-server-core"
},
{
"path": "../flipper-ui-browser"
},
{
"path": "../flipper-ui-core"
},
{
"path": "../pkg"
},
{
"path": "../pkg-lib"
},
{
"path": "../doctor"
},
{
"path": "../eslint-plugin-flipper"
},
{
"path": "../test-utils"
},
{
"path": "../scripts"
}
]
}