Skip to content

Commit

Permalink
Change tsconfig properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanmiu committed Dec 22, 2023
1 parent 769b67c commit c826b57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
"docx": ["../build"]
}
},
"include": ["../demo"],
"ts-node": {
"esm": true
}
"include": ["../demo"]
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
"esModuleInterop": true,
"allowImportingTsExtensions": true
}
},
"include": ["src"]
Expand Down

0 comments on commit c826b57

Please sign in to comment.