Skip to content

Commit 17311b4

Browse files
committed
chore: turn all JS files into TS files
1 parent 53cb747 commit 17311b4

8 files changed

+1
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"dom"
77
], // specifies which default set of type definitions to use ("DOM", "ES6", etc)
88
"target": "ESNext", // Target environment. Most modern browsers support ES6, but you may want to set it to newer or older. (defaults to ES3)
9+
"module": "ESNext",
910
"outDir": "dist", // .js (as well as .d.ts, .js.map, etc.) files will be emitted into this directory.,
1011

1112
"removeComments": true, // Strips all comments from TypeScript files when converting into JavaScript- you rarely read compiled code so this saves space

0 commit comments

Comments
 (0)