Skip to content

Commit

Permalink
feat(core): converts app to standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankjadda committed Jan 31, 2024
1 parent bd017bd commit 5e7f677
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
23 changes: 0 additions & 23 deletions src/test.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"outDir": "../out-tsc/app",
"types": []
},
"exclude": ["test.ts", "**/*.spec.ts"]
"exclude": [ "**/*.spec.ts"]
}
2 changes: 1 addition & 1 deletion src/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"outDir": "../out-tsc/spec",
"types": ["jest", "node"]
},
"files": ["test.ts", "polyfills.ts"],
"files": [ "polyfills.ts"],
"include": ["**/*.spec.ts", "**/*.d.ts"]
}

0 comments on commit 5e7f677

Please sign in to comment.