Skip to content

Commit

Permalink
ng fix for import
Browse files Browse the repository at this point in the history
  • Loading branch information
sadanandpai committed Oct 6, 2024
1 parent 665ab96 commit 49e89f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/angular/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"outDir": "./out-tsc/app",
"types": []
},
"files": ["src/main.ts"],
"files": ["src/main.ts", "../../shared/data/content/index.ts"],
"include": ["src/**/*.d.ts"]
}

0 comments on commit 49e89f1

Please sign in to comment.