Files
flipper/desktop/tsconfig.json
Pritesh Nandgaonkar dcaff4babc @allow-large-files Upgrade typescript
Summary: This diff updates the typescript version and it fixes `yarn lint:tsc`. It also successfully pointed out fes of the problems in our codebase. I have fixed those problems

Reviewed By: mweststrate

Differential Revision: D21548003

fbshipit-source-id: e69c986ee3c763588d9e1e290dad08d1cf1976a8
2020-05-13 06:57:28 -07:00

18 lines
491 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"baseUrl": ".",
"skipLibCheck": true,
"noEmit": true,
"paths": {
"flipper": ["./app/src"],
"flipper-doctor": ["./doctor/src"],
"flipper-pkg": ["./pkg/src"],
"flipper-pkg-lib": ["./pkg-lib/src"],
"live-plugin-manager": ["./types/live-plugin-manager.d.tsx"],
"flipper-babel-transformer": ["./babel-transformer/src"]
}
},
"exclude": ["**/node_modules/", "**/*.spec.ts"]
}