Summary: Our external typings were only effective for the main "app" package. In this diff I've made them effective for all other workspaces too, and also cleaned up typescript configs. Reviewed By: passy Differential Revision: D21927361 fbshipit-source-id: ceb8009255583d969d79cc11b20dfe8b686f2fb3
11 lines
210 B
JSON
11 lines
210 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"incremental": false,
|
|
"composite": false,
|
|
"allowJs": false
|
|
},
|
|
"exclude": ["**/node_modules/", "**/*.spec.ts"]
|
|
}
|