mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Reexport @theme-ui/components from theme-ui * Rename initialColorMode to initialColorModeName * Change required TS version of @types/theme-ui to 3.5
29 lines
666 B
JSON
29 lines
666 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictFunctionTypes": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"paths": {
|
|
"@styled-system/css": ["styled-system__css"],
|
|
"@theme-ui/components": ["theme-ui__components"]
|
|
},
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"theme-ui-tests.tsx"
|
|
]
|
|
}
|