Skip to content

Commit

Permalink
fix: ts-config
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Scheeren <[email protected]>
  • Loading branch information
royscheeren committed Aug 1, 2024
1 parent 1714bdc commit 4e0eedd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 33 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- develop
- fix/deployment_workflows

jobs:
format-and-test:
Expand Down
31 changes: 0 additions & 31 deletions packages/docs.siwt.xyz/side.ts

This file was deleted.

9 changes: 8 additions & 1 deletion packages/docs.siwt.xyz/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": "."
}
},
"ts-node": {
// these options are overrides used only by ts-node
// same as the --compilerOptions flag and the TS_NODE_COMPILER_OPTIONS environment variable
"compilerOptions": {
"module": "commonjs"
}
},
}

0 comments on commit 4e0eedd

Please sign in to comment.