Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Oct 20, 2024
1 parent d97a31e commit 443e855
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/file-share/frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@
"target": "es2022",
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "Es2022"],
"module": "es2022",
"moduleResolution": "node",
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": false,
"forceConsistentCasingInFileNames": true,
"module": "es2022",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"experimentalDecorators": true,
"noEmit": true,
"jsx": "react-jsx",
"strictFunctionTypes": true,
"skipLibCheck": false
"jsx": "react-jsx"
},
"include": ["src"],
"references": [
Expand Down

0 comments on commit 443e855

Please sign in to comment.