Skip to content

Commit

Permalink
Chore: Simplify extra TSConfig files (pixijs#8460)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Jul 1, 2022
1 parent a13d800 commit 8ea9132
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 67 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"extends": ["@pixi/eslint-config"],
"plugins": ["jsdoc"],
"parserOptions": {
"project": ["./tsconfig.eslint.json"]
},
"ignorePatterns": ["**/*.index.d.ts"],
"settings": {
"jsdoc": {
Expand Down
4 changes: 1 addition & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ async function main()
}),
commonjs(),
json(),
typescript({
tsconfig: path.resolve(__dirname, 'tsconfig.build.json'),
}),
typescript({ downlevelIteration: false }),
string({
include: [
'**/*.frag',
Expand Down
41 changes: 0 additions & 41 deletions tsconfig.build.json

This file was deleted.

20 changes: 0 additions & 20 deletions tsconfig.eslint.json

This file was deleted.

0 comments on commit 8ea9132

Please sign in to comment.