mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-23 09:12:47 +00:00
* Create types for [simple-icons] * Add missing final newline * Update CODEOWNERS * Revert a53398139f1a05eba5acbc2c085ad8b5fce705f4 * Use `export =` instead of `export default` as suggested by @PranavSenthilnathan * fix lint errors
25 lines
526 B
JSON
25 lines
526 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictFunctionTypes": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"simple-icons-tests.ts"
|
|
]
|
|
}
|