Merge pull request #64 from QURIresearch/hotfix-missing-jsx
Fix test failure errors by allowing JSX in typescript files
This commit is contained in:
commit
590af695f1
1
packages/squiggle-lang/.gitignore
vendored
1
packages/squiggle-lang/.gitignore
vendored
|
@ -14,5 +14,6 @@ yarn-error.log
|
||||||
.netlify
|
.netlify
|
||||||
.idea
|
.idea
|
||||||
*.gen.ts
|
*.gen.ts
|
||||||
|
*.gen.tsx
|
||||||
*.gen.js
|
*.gen.js
|
||||||
dist
|
dist
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
|
"jsx": "react",
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
"removeComments": true,
|
"removeComments": true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user