Skip to content

Commit

Permalink
fix(angular): fix sb init with angular 13
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaudAV committed Jan 11, 2022
1 parent fe9d7b0 commit ad72f05
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,7 +1,8 @@
{
"extends": "%SET_DURING_SB_INIT%",
"compilerOptions": {
"types": ["node"]
"types": ["node"],
"allowSyntheticDefaultImports": true
},
"exclude": ["../src/test.ts", "../src/**/*.spec.ts", "../projects/**/*.spec.ts"],
"include": ["../src/**/*", "../projects/**/*"],
Expand Down

0 comments on commit ad72f05

Please sign in to comment.