Files
flipper/desktop/flipper-plugin/tsconfig.json
Michel Weststrate 2383dc85f8 Initialized flipper-plugin library
Summary: Set up an initial library which can (should) be used by plugins in the future.

Reviewed By: jknoxville

Differential Revision: D22019554

fbshipit-source-id: 502b14b34b2c9c117cea377ab6ebbf150e6faee9
2020-07-01 09:12:35 -07:00

15 lines
202 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src"
],
"exclude": [
"node_modules",
"**/__tests__/*"
]
}