Skip to content

Commit

Permalink
add incremental and remove paths from shared tsconfig.json - much fas…
Browse files Browse the repository at this point in the history
…ter builds.
  • Loading branch information
bhouston committed Jul 22, 2023
1 parent 2f325fd commit 98d1e2c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"compilerOptions": {
"paths": {
"@behave-graph/core": ["./packages/core/"],
"@behave-graph/flow": ["./packages/flow/"],
"@behave-graph/scene": ["./packages/scene/"]
},
"outDir": "dist",
"target": "ES2020",
"module": "ES2020",
Expand All @@ -18,6 +13,7 @@
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"allowJs": true
"allowJs": true,
"incremental": true
}
}

0 comments on commit 98d1e2c

Please sign in to comment.