🔗 import common package

This commit is contained in:
ful1e5 2020-08-19 17:11:04 +05:30
parent 07891959c3
commit 0bfa634c22
4 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
// import { renderCursors } from "shared"; // import { renderCursors } from "common";
console.log("Bibata Original"); console.log("Bibata Original");

View file

@ -1,5 +1,5 @@
{ {
"references": [{ "path": "../shared" }], "references": [{ "path": "../common" }],
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json",
"compilerOptions": { "compilerOptions": {
"rootDir": "src", "rootDir": "src",

View file

@ -1,5 +1,5 @@
import chalk from "chalk"; import chalk from "chalk";
import { renderCursors, spinner } from "shared"; import { renderCursors, spinner } from "common";
import { generateConfigs } from "./helpers/schema"; import { generateConfigs } from "./helpers/schema";
import { colorSchemes, bitmapsPath } from "./color"; import { colorSchemes, bitmapsPath } from "./color";

View file

@ -1,5 +1,5 @@
{ {
"references": [{ "path": "../shared" }], "references": [{ "path": "../common" }],
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json",
"compilerOptions": { "compilerOptions": {
"rootDir": "src", "rootDir": "src",