src: Migrate remaining files to TypeScript
This migrates remaining JavaScript files to TypeScript and updates imports.
This commit is contained in:
parent
67138ad99a
commit
45a42ce549
16 changed files with 36 additions and 31 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"outDir": "./dist/",
|
||||
"noImplicitAny": true,
|
||||
"module": "es6",
|
||||
"module": "esnext",
|
||||
"target": "es5",
|
||||
"downlevelIteration": true, // Needed to allow iteration over some objects like Map() while target is es5
|
||||
"jsx": "react-jsx",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue