Skip to content

Commit

Permalink
fix: failing type-check in facebook-pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Jul 17, 2023
1 parent 3bafcbb commit 18d1ab2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/facebook-pixel/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
"include": ["./src/**/*"],
"compilerOptions": {
"baseUrl": "./src",
"target": "esnext",
"module": "commonjs",
"outDir": "dist",
"allowJs": true,
"jsx": "react-jsx",
"noEmit": false
"noEmit": false,
"verbatimModuleSyntax": false
}
}

0 comments on commit 18d1ab2

Please sign in to comment.