Skip to content

Commit

Permalink
remove useless config
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentigus authored and evilaliv3 committed Mar 19, 2024
1 parent 2d42a4e commit 78e5769
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 45 deletions.
5 changes: 4 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/ngx-flow/src/test.ts",
"polyfills": [
"zone.js",
"zone.js/testing"
],
"tsConfig": "projects/ngx-flow/tsconfig.spec.json",
"karmaConfig": "projects/ngx-flow/karma.conf.js"
}
Expand Down
12 changes: 0 additions & 12 deletions projects/ngx-flow/src/public_api.ts

This file was deleted.

28 changes: 0 additions & 28 deletions projects/ngx-flow/src/test.ts

This file was deleted.

7 changes: 4 additions & 3 deletions projects/ngx-flow/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"declaration": true,
"declarationMap": true,
"inlineSources": true,
"types": ["flowjs"],
"lib": ["dom", "es2018"]
"types": ["flowjs"]
},
"exclude": ["src/test.ts", "**/*.spec.ts"]
"exclude": [
"**/*.spec.ts"
]
}
1 change: 0 additions & 1 deletion projects/ngx-flow/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
"outDir": "../../out-tsc/spec",
"types": ["jasmine", "flowjs"]
},
"files": ["src/test.ts"],
"include": ["**/*.spec.ts", "**/*.d.ts"]
}

0 comments on commit 78e5769

Please sign in to comment.