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 83cc13b commit aade943Copy full SHA for aade943
1 file changed
tsconfig.json
@@ -2,7 +2,7 @@
2
"extends": "@hypernym/tsconfig",
3
"compilerOptions": {
4
"module": "ESNext",
5
- "moduleResolution": "Bundler",
+ "moduleResolution": "Bundler"
6
},
7
- "include": ["src/**/*", ".config/**/*", "bundler.config.ts"],
+ "include": ["src/**/*", ".config/**/*", "bundler.config.ts"]
8
}
0 commit comments