Files
DefinitelyTyped/types/heredatalens/tsconfig.json
Bernd 99d808a93f add type definitions for HERE data lens (#16690)
* add type definitions for HERE data lens

* add missing test file to tsconfig.json

* fix tests and dtslint and improve typings
2017-06-06 17:21:44 -07:00

23 lines
474 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",
"heredatalens-tests.ts"
]
}