Skip to content

Commit

Permalink
build: fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed Oct 2, 2023
1 parent 766ca95 commit 828463a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"compilerOptions": {
"strict": true,
"outDir": "dist",
"module": "NodeNext",
"module": "ES2020",
"target": "ES2016",
"lib": ["es5", "es6", "es7", "DOM"],
"sourceMap": true,
"allowJs": false,
"jsx": "react",
"moduleResolution": "node",
"moduleResolution": "Bundler",
"rootDir": "src",
"baseUrl": "src",
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit 828463a

Please sign in to comment.