src: Migrate remaining files to TypeScript

This migrates remaining JavaScript files to TypeScript and updates imports.
This commit is contained in:
regexowl 2024-05-06 14:59:54 +02:00 committed by Klara Simickova
parent 67138ad99a
commit 45a42ce549
16 changed files with 36 additions and 31 deletions

View file

@ -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",