mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
got add, remove, and edit actions working
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
"esModuleInterop": true,
|
||||
"target": "es5",
|
||||
"jsx": "react",
|
||||
"allowJs": true
|
||||
"allowJs": true,
|
||||
"lib": ["es2015", "dom"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user