-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(build): use default import for html * chore(example): use esmodule interop for webpack html loader * chore(build): update all packages css bundling * chore(all): update doc & dependencies * chore(example): update example code * chore(build): fix datepicker build, revert to multiple modules * chore(core): revert to multiple modules * chore(textarea): revert to multi-modules build * chore(switch): revert to multi-modules build * chore(slider): revert to multi-modules build * chore(select): revert to multi-modules build * chore(radio): revert to multi-modules build * chore(list): revert to multi-modules build * chore(input-info): revert to multi-modules build * chore(input): revert to multi-modules build * chore(icons): revert to multi-modules build * chore(grid): revert to multi-modules build * chore(form): revert to multi-modules build * chore(chip-input): revert to multi-modules build * chore(checkbox): revert to multi-modules build * chore(card): revert to multi-modules build * chore(button): revert to multi-modules build * chore(deps): update main deps * chore(example): update example app config * chore(build): ensure build typings for all packages * chore(components): revert to multi-modules build * chore(examples): update example app config
- Loading branch information
1 parent
477b4df
commit 64ec9bb
Showing
146 changed files
with
3,680 additions
and
78,319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
{ | ||
"extends": "../tsconfig.json", | ||
"compilerOptions": { | ||
"target": "esnext", | ||
"esModuleInterop": true, | ||
"allowSyntheticDefaultImports": true, | ||
"baseUrl": ".", | ||
"paths": { | ||
"aurelia-framework": [ | ||
"../node_modules/aurelia-framework" | ||
] | ||
} | ||
}, | ||
"noUnusedLocals": false, | ||
"noUnusedParameters": false | ||
}, | ||
"exclude": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.