We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d76aa commit 7205670Copy full SHA for 7205670
packages/portfolio-contract/tsconfig.json
@@ -1,6 +1,9 @@
1
{
2
"extends": "../../tsconfig.json",
3
- "compilerOptions": {},
+ "compilerOptions": {
4
+ "module": "nodenext",
5
+ "moduleResolution": "nodenext",
6
+ },
7
"include": [
8
"src",
9
"test",
0 commit comments