The default configuration for TypeScript is user-friendly and encourages adoption. However, if you prefer strict type checking, you can enable it by adding "strict": true to the compilerOptions. We recommend enabling this to minimize the chance of introducing runtime errors.

Some language features may require additional configuration. For example, if want to use decorators you'll need to add the experimentalDecorators option. For more information on the available properties see the TypeScript compiler options documentation.

Comentários
Login
Tommy Barton
The default configuration for TypeScript is user-friendly and encourages adoption. However, if you prefer strict type checking, you can enable it by adding "strict": true to the compilerOptions. We recommend enabling this to minimize the chance of introducing runtime errors.
Tommy Barton
Tommy Barton
Tommy Barton
Tommy Barton
Tommy Barton Expo CLI supports path aliases in your project's tsconfig.json automatically. This enables you to import modules using a custom alias instead of a relative path.
Tommy Barton
Tommy Barton Фывфывфыв
Tommy Barton
Tommy Barton Asdasdas

Leia também

Test
Фывфывфывфыв фывфывфывфыв
The The under by the by asdasdasd
Request history8.2.12PHP Version156msRequest Duration3MBMemory UsageGET {locale?}/post/{id}-{slug}Route
    • Booting (30.59ms)time
    • Application (125ms)time
    • 1 x Application (80.37%)
      125ms
      1 x Booting (19.63%)
      30.59ms
      17 templates were rendered
      • 1x post.indexindex.blade.php#?blade
      • 4x presenters.user-teaseruser-teaser.blade.php#?blade
      • 1x shared.posts.footerfooter.blade.php#?blade
      • 1x shared.comments.feedfeed.blade.php#?blade
      • 6x shared.comments.commentcomment.blade.php#?blade
      • 1x shared.collection-joincollection-join.blade.php#?blade
      • 1x layouts.basebase.blade.php#?blade
      • 1x shared.language-selectorlanguage-selector.blade.php#?blade
      • 1x layouts.skeletonskeleton.blade.php#?blade
      uri
      GET {locale?}/post/{id}-{slug}
      middleware
      web
      controller
      IslamMama\Http\Controllers\PostController@index
      namespace
      IslamMama\Http\Controllers
      prefix
      {locale?}
      where
      as
      post.view
      file
      app/Http/Controllers/PostController.php:63-112
      16 statements were executed, 11 of which were duplicates, 5 unique. Show only duplicated5.24ms
      • select * from `posts` where `posts`.`id` = '13856' limit 11.04msmoms_dev
        Bindings
        • 0: 13856
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `users` where `users`.`id` = 44664 and `users`.`id` is not null limit 1330μsmoms_dev
        Bindings
        • 0: 44664
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `geo_city` where `geo_city`.`id` in ('')280μsmoms_dev
        Bindings
        • 0: 
        Hints
        • 0: Use SELECT * only if you need all columns from table
      • select * from `comments` where `comments`.`item_type` = 'IslamMama\Models\Post' and `comments`.`item_id` = 13856 and `comments`.`item_id` is not null and `comments`.`deleted_at` is null order by `comments`.`id` asc490μsmoms_dev
        Bindings
        • 0: IslamMama\Models\Post
        • 1: 13856
        Hints
        • 0: Use SELECT * only if you need all columns from table
      • select * from `users` where `users`.`id` in (44664)990μsmoms_dev
        Bindings
        • 0: 44664
        Hints
        • 0: Use SELECT * only if you need all columns from table
      • select * from `comments` where `comments`.`id` = 135075 and `comments`.`deleted_at` is null limit 1310μsmoms_dev
        Bindings
        • 0: 135075
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `users` where `users`.`id` in (44664)170μsmoms_dev
        Bindings
        • 0: 44664
        Hints
        • 0: Use SELECT * only if you need all columns from table
      • select * from `comments` where `comments`.`id` = 135075 and `comments`.`deleted_at` is null limit 1130μsmoms_dev
        Bindings
        • 0: 135075
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `users` where `users`.`id` in (44664)160μsmoms_dev
        Bindings
        • 0: 44664
        Hints
        • 0: Use SELECT * only if you need all columns from table
      • select * from `comments` where `comments`.`id` = 135075 and `comments`.`deleted_at` is null limit 1130μsmoms_dev
        Bindings
        • 0: 135075
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `users` where `users`.`id` in (44664)140μsmoms_dev
        Bindings
        • 0: 44664
        Hints
        • 0: Use SELECT * only if you need all columns from table
      • select * from `comments` where `comments`.`id` = 135075 and `comments`.`deleted_at` is null limit 1130μsmoms_dev
        Bindings
        • 0: 135075
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `users` where `users`.`id` in (44664)140μsmoms_dev
        Bindings
        • 0: 44664
        Hints
        • 0: Use SELECT * only if you need all columns from table
      • select `posts`.*, `posts_seo_links`.`item_id` as `pivot_item_id`, `posts_seo_links`.`post_id` as `pivot_post_id` from `posts` inner join `posts_seo_links` on `posts`.`id` = `posts_seo_links`.`post_id` where `posts_seo_links`.`item_id` = 13856 and `posts`.`deleted_at` is null360μsmoms_dev
        Bindings
        • 0: 13856
        Hints
        • 0: Use SELECT * only if you need all columns from table
      • select * from `users` where `users`.`id` in (44664, 44669)320μsmoms_dev
        Bindings
        • 0: 44664
        • 1: 44669
        Hints
        • 0: Use SELECT * only if you need all columns from table
      • select * from `geo_city` where `geo_city`.`id` in ('')120μsmoms_dev
        Bindings
        • 0: 
        Hints
        • 0: Use SELECT * only if you need all columns from table
      IslamMama\Models\Comment
      10Comment.php#?
      IslamMama\Models\User\User
      8User.php#?
      IslamMama\Models\Post
      4Post.php#?
        _token
        ZuYM5FswAYcTye0UxyV7hoJyFOYGi80LjOP2boRj
        _previous
        array:1 [ "url" => "https://momsline.chickenkiller.com/pt/post/13856-the-default-configuration-for...
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        telescope
        View in Telescope
        path_info
        /pt/post/13856-the-default-configuration-for-typescript-is-user-friendly-and-en
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:15 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "momsline.chickenkiller.com" ] ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:8 [ "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sat, 05 Apr 2025 02:00:39 GMT" ] "last-modified" => array:1 [ 0 => "Tue, 23 Jan 2024 15:44:14 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "link" => array:4 [ 0 => "</js/manifest.js?id=2e38577c8971759d68455cf0c1120046>; rel=preload; as=script" 1 => "</js/vendor.js?id=ffb4335db12eea49d14bc3626e1cdee7>; rel=preload; as=script" 2 => "</js/app.js?id=e5cc1b116c992e5aa27838fc4cc35e73>; rel=preload; as=script" 3 => "</css/app.css?id=c4c1cd7bbc47ad8b2a54c91c17e5601b>; rel=preload; as=style" ] "vary" => array:1 [ 0 => "Accept-Encoding" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InVNK04zcmVwWnhFSk9TekFaK0dxRmc9PSIsInZhbHVlIjoiODJzU3pCZitGTVhmZnd5VkQ2bWU5cUUzM3ZrY3hvS2kxMmQrMUNERG1ZMi9uZUJwd2szbzJQM1Y0d3NpR3I1bGNvdGwzWFhNVkVxdXJtMlZlTEQ4bVBXQUZpQy9UZHZmQWV1MkpPNkYydmhiMDVwZ3hxZ0toUnJiVCtCRXRZNi8iLCJtYWMiOiI3ZjlmMTA3MDIxMmNjNDIwODFkODM1NmIzNzRlNjA3MzdhMmVjY2MzOTIwY2MzNTgwZjYzODJkZDEzNmE2Mjc4IiwidGFnIjoiIn0%3D; expires=Sat, 05 Apr 2025 04:00:39 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6InVNK04zcmVwWnhFSk9TekFaK0dxRmc9PSIsInZhbHVlIjoiODJzU3pCZitGTVhmZnd5VkQ2bWU5cUUzM3ZrY3hvS2kxMmQrMUNERG1ZMi9uZUJwd2szbzJQM1Y0d3NpR3I1bGNvdGwzW" 1 => "laravel_session=eyJpdiI6Im11TTI2cU5BVkhGQTJjMU5zdEhTMXc9PSIsInZhbHVlIjoiYlFmY2lqTHMrM2MrSWxqUU1GQXR3a0pMeCs5SVJqUFFwLzNaUGJOeGh5Y0dCVWZyVnRwSy84SmxGNmJ3ZE42UXhwUkxNNVozZGtVdXZzd0RFTFI4L1R5aW80RHp2a3libG14UTdWamxKVTAvR1JrbzBqUURicWNjazhJWGpJM1kiLCJtYWMiOiJhOTg5Yzk5MWY4ODUxM2EwM2FmNWY3OGJhY2MwMWM4YjI4ZWE4MDY0ZjE2OTJkNmE0YWEyZWEyZThmZGI1NzU5IiwidGFnIjoiIn0%3D; expires=Sat, 05 Apr 2025 04:00:39 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6Im11TTI2cU5BVkhGQTJjMU5zdEhTMXc9PSIsInZhbHVlIjoiYlFmY2lqTHMrM2MrSWxqUU1GQXR3a0pMeCs5SVJqUFFwLzNaUGJOeGh5Y0dCVWZyVnRwSy84SmxGNmJ3ZE42UXhw" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InVNK04zcmVwWnhFSk9TekFaK0dxRmc9PSIsInZhbHVlIjoiODJzU3pCZitGTVhmZnd5VkQ2bWU5cUUzM3ZrY3hvS2kxMmQrMUNERG1ZMi9uZUJwd2szbzJQM1Y0d3NpR3I1bGNvdGwzWFhNVkVxdXJtMlZlTEQ4bVBXQUZpQy9UZHZmQWV1MkpPNkYydmhiMDVwZ3hxZ0toUnJiVCtCRXRZNi8iLCJtYWMiOiI3ZjlmMTA3MDIxMmNjNDIwODFkODM1NmIzNzRlNjA3MzdhMmVjY2MzOTIwY2MzNTgwZjYzODJkZDEzNmE2Mjc4IiwidGFnIjoiIn0%3D; expires=Sat, 05-Apr-2025 04:00:39 GMT; path=/XSRF-TOKEN=eyJpdiI6InVNK04zcmVwWnhFSk9TekFaK0dxRmc9PSIsInZhbHVlIjoiODJzU3pCZitGTVhmZnd5VkQ2bWU5cUUzM3ZrY3hvS2kxMmQrMUNERG1ZMi9uZUJwd2szbzJQM1Y0d3NpR3I1bGNvdGwzW" 1 => "laravel_session=eyJpdiI6Im11TTI2cU5BVkhGQTJjMU5zdEhTMXc9PSIsInZhbHVlIjoiYlFmY2lqTHMrM2MrSWxqUU1GQXR3a0pMeCs5SVJqUFFwLzNaUGJOeGh5Y0dCVWZyVnRwSy84SmxGNmJ3ZE42UXhwUkxNNVozZGtVdXZzd0RFTFI4L1R5aW80RHp2a3libG14UTdWamxKVTAvR1JrbzBqUURicWNjazhJWGpJM1kiLCJtYWMiOiJhOTg5Yzk5MWY4ODUxM2EwM2FmNWY3OGJhY2MwMWM4YjI4ZWE4MDY0ZjE2OTJkNmE0YWEyZWEyZThmZGI1NzU5IiwidGFnIjoiIn0%3D; expires=Sat, 05-Apr-2025 04:00:39 GMT; path=/; httponlylaravel_session=eyJpdiI6Im11TTI2cU5BVkhGQTJjMU5zdEhTMXc9PSIsInZhbHVlIjoiYlFmY2lqTHMrM2MrSWxqUU1GQXR3a0pMeCs5SVJqUFFwLzNaUGJOeGh5Y0dCVWZyVnRwSy84SmxGNmJ3ZE42UXhw" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "ZuYM5FswAYcTye0UxyV7hoJyFOYGi80LjOP2boRj" "_previous" => array:1 [ "url" => "https://momsline.chickenkiller.com/pt/post/13856-the-default-configuration-for-typescript-is-user-friendly-and-en" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-04-05 05:00:39GET/pt/post/13856-the-default-configuration-for-typescript-is-user-friendly-and-en171622