Remove noEmit flag and use function from dist dir

This commit is contained in:
Maciej Pędzich 2023-07-06 11:50:49 +02:00
parent 80368e0647
commit a0dd3ccd0d

View File

@ -3,7 +3,7 @@
"target": "esnext",
"module": "commonjs",
"rootDir": "./",
"noEmit": true,
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,