Skip to content

Commit

Permalink
fix preview.ts json type issue in angular templates
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jan 30, 2023
1 parent 32fe707 commit 07bb9b9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "../tsconfig.app.json",
"compilerOptions": {
"types": ["node"],
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true
},
"exclude": ["../src/test.ts", "../src/**/*.spec.ts"],
"include": ["../src/**/*", "./preview.ts"],
Expand Down

0 comments on commit 07bb9b9

Please sign in to comment.