Files
flipper/desktop/babel-transformer/tsconfig.json
Anton Nikolaev f0ee6f9749 Use typescript references for incremental compilation of pkg
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
2020-04-17 05:24:35 -07:00

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__/*"]
}