create-svelte
Advanced tools
Comparing version 2.0.0-next.44 to 2.0.0-next.45
# create-svelte | ||
## 2.0.0-next.45 | ||
### Patch Changes | ||
- dac29c5: allow importing JSON modules | ||
- 8dc89ba: Set target to es2019 in default tsconfig.json | ||
## 2.0.0-next.44 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "create-svelte", | ||
"version": "2.0.0-next.44", | ||
"version": "2.0.0-next.45", | ||
"bin": "./bin", | ||
"devDependencies": { | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@sveltejs/adapter-node": "1.0.0-next.10", | ||
"@sveltejs/kit": "1.0.0-next.62", | ||
"@sveltejs/adapter-node": "1.0.0-next.11", | ||
"@sveltejs/kit": "1.0.0-next.65", | ||
"gitignore-parser": "^0.0.2", | ||
@@ -10,0 +10,0 @@ "kleur": "^4.1.4", |
{ | ||
"compilerOptions": { | ||
"moduleResolution": "node", | ||
"target": "es2018", | ||
"target": "es2019", | ||
/** | ||
@@ -11,2 +11,3 @@ svelte-preprocess cannot figure out whether you have a value or a type, so tell TypeScript | ||
"isolatedModules": true, | ||
"resolveJsonModule": true, | ||
/** | ||
@@ -13,0 +14,0 @@ To have warnings/errors of the Svelte compiler at the correct position, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
115917
100