Skip to content

Commit

Permalink
exculde unit test from build (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
S0naliThakur authored Oct 30, 2024
1 parent 23e6cbb commit 36d9224
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
"extends": "./node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"target": "ES2021",
"rootDir": "./",
"rootDir": "src",
"outDir": "build",
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": false,
"moduleResolution": "node"
},
"include": ["src", "test"],
"exclude": ["build", "scripts"]
"exclude": ["build", "scripts", "test"]
}

0 comments on commit 36d9224

Please sign in to comment.