DefinitelyTyped/types/dialog-polyfill/tsconfig.json
Ruben Swieringa f659864039 Add type definitions for dialog-polyfill (#37513)
* Add type definitions for dialog-polyfill

* Remove self from code-owners list

Will be auto-generated and added.

* Simplify type definitions for dialog-polyfill

* Appease formatting-rules for dialog-polyfill type definitions
2019-08-12 09:46:10 -07:00

25 lines
515 B
JSON

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