Skip to content

Commit

Permalink
chore: snap emotion-js#3
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 9, 2022
1 parent d3092bb commit 4104c2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/native/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"lib": ["es6", "dom"],
"module": "commonjs",
"noEmit": true,
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strict": true,
"target": "es5",
"typeRoots": ["../"],
Expand Down
4 changes: 4 additions & 0 deletions packages/styled/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"lib": ["es6", "dom"],
"module": "commonjs",
"noEmit": true,
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strict": true,
"target": "es5",
"typeRoots": ["../"],
Expand Down

0 comments on commit 4104c2a

Please sign in to comment.