Fix test failure errors
This commit is contained in:
parent
fd6c5d3eb8
commit
5131f2e269
1
packages/squiggle-lang/.gitignore
vendored
1
packages/squiggle-lang/.gitignore
vendored
|
@ -14,5 +14,6 @@ yarn-error.log
|
|||
.netlify
|
||||
.idea
|
||||
*.gen.ts
|
||||
*.gen.tsx
|
||||
*.gen.js
|
||||
dist
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"jsx": "react",
|
||||
"allowJs": true,
|
||||
"noImplicitAny": true,
|
||||
"removeComments": true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user