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 {
25
25
import { parseStyleElements } from "./style/index"
26
26
import { analyzeScope } from "./script/scope-analyzer"
27
27
import { analyzeScriptSetupScope } from "./script-setup/scope-analyzer"
28
- import { name , version } from "../package.json"
28
+ import { name , version } from "../package.json" with { type : "json" }
29
29
30
30
const STARTS_WITH_LT = / ^ \s * < / u
31
31
Original file line number Diff line number Diff line change 10
10
"esModuleInterop" : true ,
11
11
"forceConsistentCasingInFileNames" : true ,
12
12
"lib" : [" es2023" ],
13
- "module" : " commonjs " ,
14
- "moduleResolution" : " node " ,
13
+ "module" : " preserve " ,
14
+ "moduleResolution" : " bundler " ,
15
15
"newLine" : " LF" ,
16
16
"noEmitOnError" : true ,
17
17
"noFallthroughCasesInSwitch" : true ,
You can’t perform that action at this time.
0 commit comments