Burak Tilek
Results
1
comments of
Burak Tilek
Hey @koblas, thanks for checking! Here is my tsconfig: (There is no custom babel config) ``` { "compilerOptions": { "target": "es6", "module": "esnext", "outDir": "build", "rootDir": "src", "strict": true, "esModuleInterop":...