Skip to content

Commit f887993

Browse files
authored
Merge pull request #521 from ninjadev/TS-Set-not-found-fix
Fixing compilerer error in frontend
2 parents 82173d8 + fc2aeb2 commit f887993

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: nin/frontend/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"outDir": "./dist/",
44
"sourceMap": true,
55
"target": "es5",
6+
"lib": ["es5", "es6", "dom"],
67
"jsx": "react",
78
"noFallthroughCasesInSwitch": true,
89
"noUnusedLocals": true

0 commit comments

Comments
 (0)