Skip to content

Commit

Permalink
style: es-style import
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Dec 3, 2023
1 parent 14de3b5 commit 7820cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import tinycolor = require("tinycolor2");
import tinycolor from "tinycolor2";

/**
* @param {string} s String to capitalize
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"target": "es6",
"outDir": "./dist",
"sourceMap": false,
Expand Down

0 comments on commit 7820cc3

Please sign in to comment.