Skip to content

Commit

Permalink
chore: fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVarchuk committed Apr 25, 2024
1 parent 69e1fe1 commit e7a6850
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
"jsx": "react",
"types": ["webpack", "webpack-env", "jest"]
},
"ts-node": {
"esm": true,
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "NodeNext"
}
},
"compileOnSave": false,
"exclude": ["node_modules", ".tmp", "lib", "e2e/**"],
"include": [
Expand Down

0 comments on commit e7a6850

Please sign in to comment.