emotion-theming
Advanced tools
Comparing version 9.2.3 to 9.2.4
{ | ||
"name": "emotion-theming", | ||
"version": "9.2.3", | ||
"version": "9.2.4", | ||
"description": "A CSS-in-JS theming solution, inspired by styled-components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
{ | ||
"compilerOptions": { | ||
"target": "es5", | ||
"module": "es2015", | ||
"declaration": true, | ||
"strict": true, | ||
"moduleResolution": "node", | ||
"baseUrl": "../", | ||
"forceConsistentCasingInFileNames": true, | ||
"jsx": "react", | ||
"lib": ["es6"], | ||
"lib": [ | ||
"es6" | ||
], | ||
"module": "commonjs", | ||
"noEmit": true, | ||
"noImplicitAny": true, | ||
"noImplicitThis": true, | ||
"strict": true, | ||
"strictNullChecks": true, | ||
"strictFunctionTypes": true | ||
"strictFunctionTypes": true, | ||
"target": "es5", | ||
"typeRoots": [ | ||
"../" | ||
], | ||
"types": [] | ||
}, | ||
@@ -15,0 +22,0 @@ "include": [ |
61419
653