File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "target" : " ES2022" ,
44 "module" : " ESNext" ,
5- "moduleResolution" : " Bundler " ,
5+ "moduleResolution" : " bundler " ,
66 "strict" : true ,
77 "noImplicitOverride" : true ,
88 "noUnusedLocals" : true ,
99 "esModuleInterop" : true ,
1010 "noEmit" : true
1111 },
1212 "exclude" : [" cache" , " dist" ]
13- }
13+ }
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Vite の内部および公式プラグインは、幅広いエコシステムと
5252プラグインの作者の場合は上記のチェックの回数を減らすために、必要な時にのみ [ ` this.resolve ` ] ( https://rollupjs.org/plugin-development/#this-resolve ) を呼び出すようにしてください。
5353
5454::: tip TypeScript
55- TypeScript を使用している場合は、` tsconfig.json ` の ` compilerOptions ` で ` "moduleResolution": "Bundler " ` および ` "allowImportingTsExtensions": true ` を有効にして、コード内で直接 ` .ts ` および ` .tsx ` 拡張子を使用できるようにしてください。
55+ TypeScript を使用している場合は、` tsconfig.json ` の ` compilerOptions ` で ` "moduleResolution": "bundler " ` および ` "allowImportingTsExtensions": true ` を有効にして、コード内で直接 ` .ts ` および ` .tsx ` 拡張子を使用できるようにしてください。
5656:::
5757
5858## バレルファイルを避ける
You can’t perform that action at this time.
0 commit comments