Skip to content

Commit

Permalink
fix(plugin-system): Clean up typescript config
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Jan 10, 2024
1 parent 52c243a commit 00f587b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/plugin-system/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
},
"files": [],
"include": ["src/**/*.ts", "src/**/*.js", "bin/**/*"],
"exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts"],
"composite": true
"exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts"]
}

0 comments on commit 00f587b

Please sign in to comment.