DefinitelyTyped/types/gestalt/tsconfig.json
Nicolás Serrano Arévalo 93016410a9 Gestalt: A set of React UI components that supports Pinterest’s design language (#27279)
* 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
2018-07-23 10:20:20 -07:00

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"]
}