{"id":1308,"date":"2022-06-22T09:29:11","date_gmt":"2022-06-22T01:29:11","guid":{"rendered":"https:\/\/zhuxinyong.com\/?p=1308"},"modified":"2022-06-22T15:06:01","modified_gmt":"2022-06-22T07:06:01","slug":"coder-runner-yun-xing-typescript","status":"publish","type":"post","link":"https:\/\/zhuxinyong.com\/?p=1308","title":{"rendered":"Coder Runner \u8fd0\u884c TypeScript"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/zhuxinyong.com\/wp-content\/uploads\/2022\/06\/\u9ed8\u8ba4\u6807\u9898_\u516c\u4f17\u53f7\u5c01\u9762\u9996\u56fe_2022-06-2215_05_02.jpeg\" alt=\"\u9ed8\u8ba4\u6807\u9898_\u516c\u4f17\u53f7\u5c01\u9762\u9996\u56fe_2022-06-22+15_05_02\" \/><\/p>\n<p>\u4e24\u79cd\u65b9\u6cd5\uff1a<\/p>\n<ol>\n<li>ts =&gt; js<\/li>\n<\/ol>\n<p>\u5168\u5c40\u5b89\u88c5\uff1a<\/p>\n<pre class=\"line-numbers\"><code class=\"language-plain_text\">npm install -g typescript\n<\/code><\/pre>\n<p>\u7136\u540e\u5728 vscode \u7684 settings.json \u4e2d\u6dfb\u52a0\uff1a<\/p>\n<pre class=\"line-numbers\"><code class=\"language-plain_text\">\/\/ \u6307\u5b9a\u89e3\u91ca\u5668\n&quot;code-runner.executorMap&quot;: {\n    &quot;typescript&quot;: &quot;tsc $fileName &amp;&amp; node $fileNameWithoutExt.js&quot;\n},\n<\/code><\/pre>\n<p><img decoding=\"async\" src=\"https:\/\/zhuxinyong.com\/wp-content\/uploads\/2022\/06\/16558625488628.jpg\" alt=\"\" \/><\/p>\n<p>\u5b83\u4f1a\u7f16\u8bd1\u51fa\u540c\u540d\u7684 JS \u6587\u4ef6\uff0c\u7136\u540e\u6267\u884c\uff1a<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/zhuxinyong.com\/wp-content\/uploads\/2022\/06\/16558625692402.jpg\" alt=\"\" \/><\/p>\n<ol start=\"2\">\n<li>\u4f7f\u7528 ts-node<\/li>\n<\/ol>\n<pre class=\"line-numbers\"><code class=\"language-plain_text\">npm install -g ts-node\n<\/code><\/pre>\n<p>\u5f53\u4f60\u8fd0\u884c\u7684\u65f6\u5019\uff0c\u4f1a\u9047\u5230\u5982\u4e0b\u9519\u8bef\uff1a<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/zhuxinyong.com\/wp-content\/uploads\/2022\/06\/16558618938207.jpg\" alt=\"\" \/><\/p>\n<p>\u9700\u8981\u5728\u6267\u884c\u7684\u76ee\u5f55\u521b\u5efa\u4e00\u4e2a tsconfig.json \u6587\u4ef6\u4e14\u628a <code>dom<\/code> \u6dfb\u52a0\u5230 lib \u4e0b\uff1a<\/p>\n<pre class=\"line-numbers\"><code class=\"language-plain_text\">{\n    &quot;compilerOptions&quot;: {\n        &quot;rootDir&quot;: &quot;src&quot;,\n        &quot;outDir&quot;: &quot;bin&quot;,\n        &quot;module&quot;: &quot;commonjs&quot;,\n        &quot;noImplicitAny&quot;: false,\n        &quot;removeComments&quot;: true,\n        &quot;preserveConstEnums&quot;: true,\n        &quot;sourceMap&quot;: true,\n        &quot;target&quot;: &quot;es5&quot;,\n        &quot;lib&quot;: [\n            &quot;es6&quot;,\n            &quot;dom&quot;, \/\/ \u6dfb\u52a0 dom \u9009\u9879\n        ],\n        &quot;types&quot;: [\n            &quot;reflect-metadata&quot;\n        ],\n        &quot;moduleResolution&quot;: &quot;node&quot;,\n        &quot;experimentalDecorators&quot;: true,\n        &quot;emitDecoratorMetadata&quot;: true\n    }\n}\n\n<\/code><\/pre>\n<p>\u8fd0\u884c\u6210\u529f\uff1a<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/zhuxinyong.com\/wp-content\/uploads\/2022\/06\/16558652050775.jpg\" alt=\"\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4e24\u79cd\u65b9\u6cd5\uff1a ts =&gt; js \u5168\u5c40\u5b89\u88c5\uff1a npm install -g typescript &#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,20,27,3],"tags":[160,161,33],"class_list":["post-1308","post","type-post","status-publish","format-standard","hentry","category-all","category-frontend","category-tool","category-tech","tag-coder-runner","tag-ts-node","tag-typescript"],"_links":{"self":[{"href":"https:\/\/zhuxinyong.com\/index.php?rest_route=\/wp\/v2\/posts\/1308","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zhuxinyong.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zhuxinyong.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zhuxinyong.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zhuxinyong.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1308"}],"version-history":[{"count":2,"href":"https:\/\/zhuxinyong.com\/index.php?rest_route=\/wp\/v2\/posts\/1308\/revisions"}],"predecessor-version":[{"id":1312,"href":"https:\/\/zhuxinyong.com\/index.php?rest_route=\/wp\/v2\/posts\/1308\/revisions\/1312"}],"wp:attachment":[{"href":"https:\/\/zhuxinyong.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1308"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zhuxinyong.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1308"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zhuxinyong.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1308"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}