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 70b076f commit 6cf3147Copy full SHA for 6cf3147
tsconfig.json
@@ -1,7 +1,8 @@
1
{
2
"compilerOptions": {
3
- "target": "es6",
4
- "moduleResolution": "node",
+ "target": "es5",
+ "module": "commonjs",
5
+ "lib": ["es6"],
6
"allowJs": true,
7
"outDir": "build",
8
"rootDir": "src",
0 commit comments