Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0515d90 commit e1d9e36Copy full SHA for e1d9e36
lib/typescript/rails/engine.rb
@@ -1,7 +1,7 @@
1
require 'rails/engine'
2
3
class Typescript::Rails::Engine < Rails::Engine
4
- # config.app_generators.javascript_engine :ts
+ # config.app_generators.javascript_engine :typescript
5
6
if config.respond_to?(:annotations)
7
config.annotations.register_extensions("ts") { |annotation| /#\s*(#{annotation}):?\s*(.*)$/ }
0 commit comments