mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-25 20:44:32 -04:00
🔗 import common package
This commit is contained in:
parent
07891959c3
commit
0bfa634c22
4 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
|||
// import { renderCursors } from "shared";
|
||||
// import { renderCursors } from "common";
|
||||
|
||||
console.log("Bibata Original");
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"references": [{ "path": "../shared" }],
|
||||
"references": [{ "path": "../common" }],
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "src",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import chalk from "chalk";
|
||||
import { renderCursors, spinner } from "shared";
|
||||
import { renderCursors, spinner } from "common";
|
||||
|
||||
import { generateConfigs } from "./helpers/schema";
|
||||
import { colorSchemes, bitmapsPath } from "./color";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"references": [{ "path": "../shared" }],
|
||||
"references": [{ "path": "../common" }],
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "src",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue