DefinitelyTyped/types/dom-screen-wake-lock/tsconfig.json
Chris Milson 194ca3834a
Add types for Screen Wake Lock API (#47590)
* Add types for Screen Wake Lock API

* Indent using spaces
2020-09-16 16:57:29 -07:00

24 lines
519 B
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",
"dom-screen-wake-lock-tests.ts"
]
}