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 @@ -25,7 +25,7 @@ import {
2525import { parseStyleElements } from "./style/index"
2626import { analyzeScope } from "./script/scope-analyzer"
2727import { analyzeScriptSetupScope } from "./script-setup/scope-analyzer"
28- import { name , version } from "../package.json"
28+ import { name , version } from "../package.json" with { type : "json" }
2929
3030const STARTS_WITH_LT = / ^ \s * < / u
3131
Original file line number Diff line number Diff line change 1010 "esModuleInterop" : true ,
1111 "forceConsistentCasingInFileNames" : true ,
1212 "lib" : [" es2023" ],
13- "module" : " commonjs " ,
14- "moduleResolution" : " node " ,
13+ "module" : " preserve " ,
14+ "moduleResolution" : " bundler " ,
1515 "newLine" : " LF" ,
1616 "noEmitOnError" : true ,
1717 "noFallthroughCasesInSwitch" : true ,
You can’t perform that action at this time.
0 commit comments