fix: styled-components

This commit is contained in:
2023-07-03 20:36:42 -03:00
parent 7c11ff87a6
commit 6f5a0ec34a
3 changed files with 7 additions and 6 deletions

View File

@@ -107,5 +107,5 @@
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"include": ["./*"]
"include": ["./**/*"]
}