DefinitelyTyped/types/idyll/tsconfig.json
Thanh Ngo b94b775e93 [idyll] add type declaration for idyll (#25454)
* add type declaration for idyll

* incorrect export: expected a function export
2018-05-04 08:01:42 -07:00

17 lines
420 B
JSON

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