DefinitelyTyped/types/repeat-element/tsconfig.json
Adam Zerella 4ca1f9a325 [repeat-element] Add typing for repeat-element (#33503)
* Added type defs for repeat-element

* Updated export type
2019-03-06 10:00:35 -08:00

26 lines
465 B
JSON

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