updated config so to import from src folders easier
This commit is contained in:
parent
b7d859b083
commit
6d71ca75a9
3 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
import { Theme, Typography } from "@mui/material";
|
import { Theme, Typography } from "@mui/material";
|
||||||
import { User } from "../models/user";
|
|
||||||
import { makeStyles } from "@mui/styles";
|
import { makeStyles } from "@mui/styles";
|
||||||
import { getSignatureAccentColour } from "../services/whiteLabel";
|
import { getSignatureAccentColour } from "../services/whiteLabel";
|
||||||
import { Team } from "../models/team";
|
import { Team, User } from "models";
|
||||||
|
|
||||||
const useStyles = makeStyles((theme: Theme) => ({
|
const useStyles = makeStyles((theme: Theme) => ({
|
||||||
profileName: {
|
profileName: {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"baseUrl": "src",
|
||||||
"target": "ES2020",
|
"target": "ES2020",
|
||||||
"useDefineForClassFields": true,
|
"useDefineForClassFields": true,
|
||||||
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,5 @@
|
||||||
"references": [
|
"references": [
|
||||||
{ "path": "./tsconfig.app.json" },
|
{ "path": "./tsconfig.app.json" },
|
||||||
{ "path": "./tsconfig.node.json" }
|
{ "path": "./tsconfig.node.json" }
|
||||||
]
|
],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue