Skip to content

Commit

Permalink
fix(component): clean up tsconfig file list
Browse files Browse the repository at this point in the history
  • Loading branch information
kpanot committed Dec 13, 2023
1 parent e70c893 commit a5f42ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 8 additions & 2 deletions packages/@o3r/components/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"rootDir": "src",
"tsBuildInfoFile": "build/.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"exclude": ["**/*.spec.ts", "src/builders/**/*.ts", "src/schematics/**/*.ts", "**/templates/**/*.ts", "**/mocks/**/*.ts"]
"include": [
"src/**/*.ts"
],
"exclude": [
"**/*.spec.ts",
"**/templates/**/*.ts",
"**/mocks/**/*.ts"
]
}
5 changes: 2 additions & 3 deletions packages/@o3r/components/tsconfig.builders.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
],
"exclude": [
"**/*.spec.ts",
"**/templates/**/*.ts",
"**/mocks/**/*.ts",
"schematics/**/templates/**"
"**/templates/**",
"**/mocks/**/*.ts"
]
}

0 comments on commit a5f42ac

Please sign in to comment.