fix: handle basic css media query selectors

This commit is contained in:
Mikael Sand
2019-10-21 23:51:03 +03:00
parent 091ca82900
commit 168ee25ee4
2 changed files with 19 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es2017",
"lib": ["es6"],
"lib": ["es6", "es2016"],
"jsx": "react-native",
"strict": true,
"noImplicitAny": true,