Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila authored and ririxi committed Nov 7, 2023
1 parent 61bc325 commit aae3831
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
"compilerOptions": {
"target": "ES2022",
"jsx": "react",
"module": "commonjs",
"resolveJsonModule": true,
"module": "ES2022",
"moduleResolution": "bundler",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"strictPropertyInitialization": false,
"skipLibCheck": true,
"noImplicitAny": false,
"lib": ["ES2022", "DOM"]
},
"include": ["src/**/*"]
}

0 comments on commit aae3831

Please sign in to comment.