Summary: Migrating Server, Client and UninitializedClient to TypeScript Reviewed By: passy Differential Revision: D16687855 fbshipit-source-id: 402e4dbcd5d283d3e280d4d8b312662829457886
20 lines
453 B
JSON
20 lines
453 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "system",
|
|
"lib": ["es7", "dom"],
|
|
"target": "es6",
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"outFile": "../../built/local/tsc.js",
|
|
"sourceMap": true,
|
|
"jsx": "react",
|
|
"moduleResolution": "node",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"flipper": ["./src/index.js"]
|
|
}
|
|
},
|
|
"include": ["src/**/*", "types/globals.tsx"],
|
|
"exclude": ["node_modules", "**/*.spec.ts"]
|
|
}
|