Nataly

Results 1 comments of Nataly

@sindresorhus thank you for the reply. Yes, I do. This is my `tsconfig.json`: ```json { "exclude": ["**/node_modules", "**/.git", "**/dist", "**/tmp"], "compilerOptions": { "noEmit": true, "moduleResolution": "Node", "allowSyntheticDefaultImports": true, "allowJs": false,...