Skip to content

Commit

Permalink
feat!: Set composite: true in tsconfig-google.json (#899)
Browse files Browse the repository at this point in the history
* feat!: Set `composite: true` in `tsconfig-google.json`

* chore: include `.eslintrc.json`

---------

Co-authored-by: Tony Coconate <coconate@google.com>
  • Loading branch information
danielbankhead and tonycoco authored Oct 10, 2024
1 parent 9b37243 commit 71972dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tsconfig-google.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"declaration": true,
"composite": true,
"forceConsistentCasingInFileNames": true,
"lib": ["es2018"],
"module": "commonjs",
Expand Down
10 changes: 2 additions & 8 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
"outDir": "build",
"resolveJsonModule": true
},
"include": [
"src/**/*.ts",
"test/**/*.ts"
],
"exclude": [
"test/fixtures/**/*.*",
"template/**/*.*",
]
"include": [".eslintrc.json", "src/**/*.ts", "test/**/*.ts"],
"exclude": ["test/fixtures/**/*.*", "template/**/*.*"]
}

0 comments on commit 71972dc

Please sign in to comment.