mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Add type definitions for "linkifyjs/string" * Add type definitions for "linkifyjs/element" * Update linkifyjs/tsconfig * Update types/linkifyjs/tsconfig.json Co-Authored-By: Sean Zhu <interestinglythere@gmail.com> * Remove trailing comman * Explicitly specify LinkifyOptions in test * Link doc in test
25 lines
559 B
JSON
25 lines
559 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": ["es6", "dom"],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": ["../"],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "preserve"
|
|
},
|
|
"files": [
|
|
"element.d.ts",
|
|
"html.d.ts",
|
|
"index.d.ts",
|
|
"linkifyjs-tests.tsx",
|
|
"react.d.ts",
|
|
"string.d.ts"
|
|
]
|
|
}
|