DefinitelyTyped/types/qlik-engineapi/tsconfig.json
Konrad Mattheis 323f17be38 * move qlik-engineapi types from / to new /types (#16650)
* * move qlik-engineapi types from / to new /types

* fix TSLint errors

Signed-off-by: Konrad Mattheis <konrad.mattheis@akquinet.de>
2017-06-02 07:17:51 -07:00

23 lines
476 B
JSON

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