Skip to content

Commit

Permalink
fix: sass transform error
Browse files Browse the repository at this point in the history
  • Loading branch information
noyobo committed Dec 12, 2024
1 parent e6e8f6c commit 247b09d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"esModuleInterop": true,
"outDir": "types",
"target": "ES6",
"module": "commonjs",
"module": "NodeNext",
"jsx": "react",
"emitDeclarationOnly": true
"emitDeclarationOnly": true,
"moduleResolution": "NodeNext"
}
}

0 comments on commit 247b09d

Please sign in to comment.