Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sniezka1927 committed Jul 9, 2024
1 parent 0e9d976 commit 0c8dc33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"forceConsistentCasingInFileNames": true,
"declaration": true,
"moduleResolution": "node",
"declarationMap": true, // Add this if it's not already present
"resolveJsonModule": true,
"experimentalDecorators": true,
"noImplicitOverride": true
Expand All @@ -21,7 +20,7 @@
"include": [
"src/**/*.ts",
"src/**/*.tsx",
// "test/**/*.ts",
"test/**/*.ts",
"scripts/**/*.ts",
"alephium.config.ts",
"artifacts/**/*.ts"
Expand Down

0 comments on commit 0c8dc33

Please sign in to comment.