mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Avatar Props Interface : * Box Props Interface * Button Props Interface * Card Props Interface * Nicked the types, Column Props Interface * Container Interface Props * GroupAvatar interface * Finished * Linted and fixed: * 2.6 * Added Project Github URL
18 lines
454 B
JSON
18 lines
454 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": ["es6", "dom"],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": ["../"],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "react",
|
|
"strictFunctionTypes": true
|
|
},
|
|
"files": ["index.d.ts", "gestalt-tests.tsx"]
|
|
}
|