Skip to content

Commit

Permalink
⚡ 'always strict' on ct.IDE's compiled TS files
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Apr 17, 2024
1 parent 2492030 commit d2128c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"alwaysStrict": true,
"baseUrl": "./",
"typeRoots": [
"./node_modules/@types/",
Expand Down

0 comments on commit d2128c8

Please sign in to comment.