-
sorry to say this has come up again
tsconfig
```json
{
"include": ["api/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"],
"compilerOptions": {
"target": "ES2020",
"module"…
-
### react-native environment setup
- [X] I verified that I have not react-native-cli installed globally and be up to date about the React Native environment setup.
### Description
After executing n…
-
### Describe the feature
Nodejs have added experimental support for TypeScript however it requires imports with `.ts` extensions.
```typescript
import foo from './foo.ts'
```
The TypeScript t…
-
### Current Behavior
Given the following `rollup.config.js` in a monorepo (simplified):
```ts
// packages/react-color-picker/rollup.config.json
import ts from '@rollup/plugin-typescript';
/** @typ…
-
### 🔎 Search Terms
Hi, I have an angular application that was running perfectly fine but recently started giving an error in heroku deployment. No matter what I try, I continue to get the same error.…
-
**Is your feature request related to a problem? Please describe.**
The plugin `typed-document-node` is tightly coupled with `typescript` and `typescript-operations`. If one would want to generate t…
-
-
Support resolving TypeScript language service plugins relative to the `tsconfig.json` that lists them. Right now only plugins relative to the TypeScript instance are (implicitly) allowed, which i…
-
Hello team,
For applications using Prisma's `multiSchema` preview feature (see https://www.prisma.io/docs/orm/prisma-schema/data-model/multi-schema), it seems `prisma-lint` doesn't currently work. …
-
### Description
When imported from TypeScript file, the full build is imported instead of the custom one.
**Additional details**
- ExifReader version: 4.23.7
- Web browser and version: Chrom…