Skip to content

Commit

Permalink
build: separate config
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Sep 14, 2023
1 parent 605e67c commit e06b1fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/store/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"module": "ES2022",
"target": "ES2022",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
}
}

0 comments on commit e06b1fe

Please sign in to comment.