svelte-typescript icon indicating copy to clipboard operation
svelte-typescript copied to clipboard

Typescript monorepo for Svelte v3 (preprocess, template, types)

Results 6 svelte-typescript issues
Sort by recently updated
recently updated
newest added

I'd love if https://github.com/pyoner/svelte-typescript/tree/master/packages/preprocess could describe what it does. It takes a `.svelte` file and outputs a `.ts`, `.tsx`, and `.css` file?

docs
preprocessor

setting baseUrl doesn't seem to work. am i doing something wrong, or is it not yet supported? ![image](https://user-images.githubusercontent.com/4399964/83358126-eee88a00-a336-11ea-8700-3363ddfd4148.png)

cypress ships with TypeScript declarations and supports it ([according to their website](https://docs.cypress.io/guides/tooling/typescript-support.html#Configure-tsconfig-json)). Why isn't it used? The solution being adding a `tsconfig.json` in the `cypress` folder as well as change...

**Is your feature request related to a problem? Please describe.** Can't figure out exactly how to start with this (i.e.: create a TS project)

docs

**Is your feature request related to a problem? Please describe.** Would be great if this also supports PWA globally on all apps.

**Is your feature request related to a problem? Please describe.** NO **Describe the solution you'd like** To use webpack instead of rollup **Describe alternatives you've considered** A clear and concise...

enhancement
help wanted