build: remove absolute imports for now
This commit is contained in:
parent
a8d087db6f
commit
18169a5d8a
|
@ -1,7 +1,7 @@
|
|||
import * as React from "react";
|
||||
import { IAwardRecognitionProps } from "./IAwardRecognitionProps";
|
||||
import { FluentProvider, webLightTheme } from "@fluentui/react-components";
|
||||
import { Carousel } from "src/components/Carousel"
|
||||
import { Carousel } from "../../../components/Carousel"
|
||||
import { createContext } from "react";
|
||||
|
||||
export const WebpartContext = createContext<IAwardRecognitionProps>(null);
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"extends": "./node_modules/@microsoft/rush-stack-compiler-4.7/includes/tsconfig-web.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"target": "es5",
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"module": "esnext",
|
||||
|
|
Loading…
Reference in New Issue