DefinitelyTyped/types/linkifyjs/tsconfig.json
2019-11-01 11:21:32 -07:00

29 lines
599 B
JSON

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