DefinitelyTyped/types/web-locks-api/tsconfig.json
Joël Charles 28689d220a
New package for Web Locks API definitions (#43541)
* [web-locks-api] new package

* add missing files
2020-04-01 11:38:07 -07:00

25 lines
513 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",
"web-locks-api-tests.ts"
]
}