You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/create-svelte/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,17 @@ You can also use `create-svelte` programmatically:
16
16
import { create } from'create-svelte';
17
17
18
18
awaitcreate('my-new-app', {
19
-
name:'my-new-app',
20
-
template:'default', // or 'skeleton'
21
-
types:'checkjs', // or 'typescript' or null;
22
-
prettier:false,
23
-
eslint:false,
24
-
playwright:false
19
+
name:'my-new-app',
20
+
template:'default', // or 'skeleton'
21
+
types:'checkjs', // or 'typescript' or null;
22
+
prettier:false,
23
+
eslint:false,
24
+
playwright:false
25
25
});
26
26
```
27
27
28
28
`checkjs` means your project will use TypeScript to typecheck JavaScript via [JSDoc comments](https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html).
0 commit comments