Skip to content

Commit

Permalink
chore: tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
JirayuSrisawat-Github committed Oct 2, 2024
1 parent 3076caa commit f0ca6de
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
"outDir": "@dist",
"rootDir": "src",
"allowJs": true,
"declaration": false,
"declarationMap": false,
"sourceMap": false,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"importHelpers": false,
"removeComments": false,
"removeComments": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"alwaysStrict": true,
"strict": true,
"skipLibCheck": true,
"typeRoots": ["./node_modules/@types/", "./types"]
Expand Down

0 comments on commit f0ca6de

Please sign in to comment.