Skip to content

Commit

Permalink
set tsconfig back to build
Browse files Browse the repository at this point in the history
  • Loading branch information
afostr committed Jan 25, 2024
1 parent 7300f68 commit ed32eed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "dist",
"outDir": "build",
"allowJs": true,
"skipLibCheck": true,
"strict": false,
Expand All @@ -13,5 +13,5 @@
"typeRoots": ["node_modules/@types"]
},
"include": ["src/**/*", "src/tests"],
"exclude": ["./node_modules", "dist"]
"exclude": ["./node_modules", "build"]
}

0 comments on commit ed32eed

Please sign in to comment.