Summary: "flipper-pkg" has dependency to "flipper-babel-transformer" and we use typescript to compile both of them, so we can use references here for incremental compilation. Reviewed By: mweststrate Differential Revision: D21070251 fbshipit-source-id: eadef024cebe8a85ddb8ef4e62bd613752a13c06
13 lines
255 B
JSON
13 lines
255 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src",
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"composite": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "**/__tests__/*"]
|
|
}
|