Files
DefinitelyTyped/openfin/tsconfig.json
Chris Barker eccba27fb5 Initial commit of typings for OpenFin API (#14054)
* Initial commit of typings for OpenFin API

* Minor revisions based on extended testing
2017-01-17 13:07:16 -08:00

21 lines
430 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"openfin-tests.ts"
]
}