mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 10:39:43 +08:00
We've been using basic type-checking via JSDoc for some time. This commit allows us to author proper `.ts`/`.gts` files, and use the full typescript syntax. Initially, only d-button and a single chat file are migrated, as proof of functionality. In future, we may migrate more files, and consider making our tsconfig more strict.
29 lines
584 B
Text
Vendored
29 lines
584 B
Text
Vendored
app/assets/stylesheets/vendor/
|
|
plugins/**/assets/stylesheets/vendor/
|
|
plugins/**/assets/javascripts/vendor/
|
|
plugins/**/config/locales/**/*.yml
|
|
plugins/**/config/*.yml
|
|
documentation/
|
|
package.json
|
|
config/locales/**/*.yml
|
|
!config/locales/**/*.en*.yml
|
|
script/import_scripts/**/*.yml
|
|
|
|
plugins/**/lib/javascripts/locale
|
|
public/
|
|
!/frontend/discourse/public
|
|
vendor/
|
|
frontend/discourse/tests/unit/utils/decorators-test.js
|
|
frontend/discourse/tests/fixtures
|
|
frontend/discourse-types/dts-generator.js
|
|
spec/
|
|
node_modules/
|
|
dist/
|
|
tmp/
|
|
|
|
**/*.rb
|
|
**/*.html
|
|
**/*.json
|
|
!**/tsconfig.json
|
|
**/*.md
|
|
**/*.d.ts
|