Files
DefinitelyTyped/types/openfin/tsconfig.json
tomer-openfin 21e404a440 Added 'external window' type coverage to openfin package (#36455)
* added external window typing and moved old version to v41 folder

* fixing lint errors

* making test sync

* history tsconfig fix

* using a fresh build

* Revert "using a fresh build"

This reverts commit 96270c32880b06c49ef505d907580caf8359a200.

* fresh package

* removing unused file

* typo fix

* removing unused file

* removing unused file

* removing unused file

* adding index of older ver

* fixing old version backup

* removing unused dependency

* adding tslint to prev ver
2019-06-27 16:52:38 -07:00

83 lines
2.9 KiB
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"openfin-tests.ts",
"_v2/api/application/application.d.ts",
"_v2/api/application/applicationOption.d.ts",
"_v2/api/base.d.ts",
"_v2/api/clipboard/clipboard.d.ts",
"_v2/api/clipboard/write-request.d.ts",
"_v2/api/external-application/external-application.d.ts",
"_v2/api/external-window/external-window.d.ts",
"_v2/api/fin.d.ts",
"_v2/api/frame/frame.d.ts",
"_v2/api/global-hotkey/index.d.ts",
"_v2/api/interappbus/channel/channel.d.ts",
"_v2/api/interappbus/channel/client.d.ts",
"_v2/api/interappbus/channel/index.d.ts",
"_v2/api/interappbus/channel/provider.d.ts",
"_v2/api/interappbus/interappbus.d.ts",
"_v2/api/notification/notification.d.ts",
"_v2/api/system/application.d.ts",
"_v2/api/system/clearCacheOption.d.ts",
"_v2/api/system/cookie.d.ts",
"_v2/api/system/crashReporterOption.d.ts",
"_v2/api/system/download-asset.d.ts",
"_v2/api/system/download-preload.d.ts",
"_v2/api/system/entity.d.ts",
"_v2/api/system/external-process.d.ts",
"_v2/api/system/host-specs.d.ts",
"_v2/api/system/log.d.ts",
"_v2/api/system/monitor.d.ts",
"_v2/api/system/point.d.ts",
"_v2/api/system/process.d.ts",
"_v2/api/system/proxy.d.ts",
"_v2/api/system/registry-info.d.ts",
"_v2/api/system/runtime-info.d.ts",
"_v2/api/system/rvm.d.ts",
"_v2/api/system/system.d.ts",
"_v2/api/system/window.d.ts",
"_v2/api/window/bounds-changed.d.ts",
"_v2/api/window/window.d.ts",
"_v2/api/window/windowOption.d.ts",
"_v2/environment/environment.d.ts",
"_v2/environment/node-env.d.ts",
"_v2/environment/openfin-env.d.ts",
"_v2/environment/openfin-renderer-api.d.ts",
"_v2/identity.d.ts",
"_v2/launcher/launcher.d.ts",
"_v2/launcher/nix-launch.d.ts",
"_v2/launcher/util.d.ts",
"_v2/launcher/win-launch.d.ts",
"_v2/main.d.ts",
"_v2/of-main.d.ts",
"_v2/transport/elipc.d.ts",
"_v2/transport/port-discovery.d.ts",
"_v2/transport/transport-errors.d.ts",
"_v2/transport/transport.d.ts",
"_v2/transport/websocket.d.ts",
"_v2/transport/wire.d.ts",
"_v2/util/normalize-config.d.ts",
"_v2/util/promises.d.ts",
"_v2/util/ref-counter.d.ts"
]
}