DefinitelyTyped/types/linkifyjs/tsconfig.json
Summon528 4d63b62600 [linkifyjs] Add types for some more interfaces (#35573)
* 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
2019-05-24 09:47:04 -07:00

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"
]
}