Skip to content

Commit

Permalink
fix ts import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bonartm committed May 8, 2021
1 parent da4ab07 commit 0f29334
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "@tsconfig/svelte/tsconfig.json",
"extends": "@tsconfig/svelte/tsconfig.json",
"allowSyntheticDefaultImports": true,

"include": ["src/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"]
}
"include": ["src/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"]
}

0 comments on commit 0f29334

Please sign in to comment.