DefinitelyTyped/types/webidl-conversions/tsconfig.json
ExE Boss de04f34240 feat: Add webidl‑conversions (#38450)
* feat: Add `webidl‑conversions`

* fix(webidl‑conversions): Fix on TypeScript 3.0

* refactor: Apply Prettier style
2019-09-24 17:00:05 -07:00

24 lines
382 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es2015"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"webidl-conversions-tests.ts"
]
}