mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
feat: modernize TypeScript configuration
Bump targets from ES2020 to ES2022, update moduleResolution to "bundler" for tsconfigs (modern standard for bundler-consumed libraries) and Node16 for build scripts. Remove unused genDir: "aot" from angularCompilerOptions. Clean up stale .gitignore entries.
This commit is contained in:
@@ -2,10 +2,6 @@
|
||||
node_modules/
|
||||
.idea
|
||||
.tmp
|
||||
aot/
|
||||
scripts/ionic-native-bower
|
||||
scripts/docs-json/*.json
|
||||
scripts/docs-json/typedoc-docs
|
||||
dist/
|
||||
src/@awesome-cordova-plugins/plugins/**/ngx
|
||||
*.d.ts
|
||||
|
||||
Reference in New Issue
Block a user