Skip to content

Commit

Permalink
chore(tsconfig): composite: false
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Aug 13, 2024
1 parent 742e193 commit 2cec86c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions src/ephemeral-map/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,5 @@
"rootDir": "./src"
},
"include": ["src"],
"exclude": ["node_modules", "dist"],
"references": [
{
"path": "../timestore"
}
]
"exclude": ["node_modules", "dist"]
}
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "@openally/config.typescript/cjs",
"compilerOptions": {
"strictPropertyInitialization": false,
"composite": true,
"composite": false,
"types": ["node"]
}
}

0 comments on commit 2cec86c

Please sign in to comment.