mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Add Rangy Class Applier module type definition
* Make RangyClassApplier extend the options
And allow strings in tagName
* Remove reference path in test file
This should hopefully Make the Build Green Again
* Remove call to unexisting method
This was meant for another PR, and I got things a bit mixed up... (I'll
submit the other PR that adds the missing rangy-core properties when I
have a bit more experience with the whole process of writing type
declarations)
* Incorporate previous contributor's feedback
Thanks for the great feedback 😃
25 lines
504 B
JSON
25 lines
504 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": false,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"rangy-classapplier.d.ts",
|
|
"rangy-tests.ts"
|
|
]
|
|
}
|