Skip to content

Commit

Permalink
🔧 update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuxu committed Aug 26, 2023
1 parent 6a896e4 commit 2664074
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/nye-julianjark.no/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"include": ["remix.env.d.ts", "**/*.ts", "**/*.tsx"],
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2021"],
"lib": ["DOM", "DOM.Iterable", "ES2022"],
"isolatedModules": true,
"esModuleInterop": true,
"jsx": "react-jsx",
"moduleResolution": "node",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"target": "ES2021",
"target": "ES2022",
"strict": true,
"allowJs": true,
"forceConsistentCasingInFileNames": true,
Expand All @@ -19,4 +19,4 @@
// Remix takes care of building everything in `remix build`.
"noEmit": true
}
}
}

0 comments on commit 2664074

Please sign in to comment.