Skip to content

Commit

Permalink
Fixes CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hediet committed May 2, 2024
1 parent f52689c commit c306f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/tsconfig.web.json → website/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"strict": true,
"outDir": "dist",
"skipLibCheck": true,
"rootDir": "./src",
"rootDir": ".",
"resolveJsonModule": true,
"newLine": "LF",
"sourceMap": true,
Expand All @@ -15,5 +15,5 @@
"useDefineForClassFields": false,
"noEmit": true
},
"include": ["src/**/*", "./node_modules/monaco-editor/monaco.d.ts"]
"include": ["**/*", "../node_modules/monaco-editor/monaco.d.ts"]
}

0 comments on commit c306f33

Please sign in to comment.