-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assortment of Improvements #104
Conversation
ff1722b
to
21b232e
Compare
@@ -12,12 +14,10 @@ | |||
], | |||
"module": "umd", | |||
"moduleResolution": "node", | |||
"noImplicitAny": true, | |||
"noImplicitThis": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found I added "noUnusedLocals": true
to my create app, worth considering here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good idea, that will be useful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Type: feature
The following has been addressed in the PR:
Description:
@dojo/test-extras
@dojo/widgets
to the dependenciestsx
configuration totsconfig.json
Hello, Dojo 2 World!
strict: true
intsconfig.json
.dojorc
for the bundled commandsResolves #83, #98, #99, #102, #103