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 e7b680b commit 0c75b2a
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 0c75b2a

Please sign in to comment.