We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4b0e8 commit 79f6c37Copy full SHA for 79f6c37
1 file changed
02-languages/04-playgrounds/03-playground-ejercicios/tsconfig.json
@@ -3,6 +3,7 @@
3
"lib": ["DOM", "DOM.Iterable", "ESNext"],
4
"target": "es5",
5
"module": "esnext",
6
+ "moduleResolution": "node",
7
"allowJs": true,
8
"outDir": "transpiled"
9
},
0 commit comments