DefinitelyTyped/types/loadicons/tsconfig.json
Piotr Błażejewicz (Peter Blazejewicz) 1e072652c3
feat(loadicons): new type definition v1.0 (#43167)
- definition type
- tests

https://github.com/adobe/loadIcons#usage

Thanks!
2020-03-24 17:31:32 -07:00

26 lines
562 B
JSON

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