-
Notifications
You must be signed in to change notification settings - Fork 0
/
tsconfig.app.tsbuildinfo
36 lines (36 loc) · 1.37 KB
/
tsconfig.app.tsbuildinfo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"root": [
"./src/App.tsx",
"./src/main.tsx",
"./src/vite-env.d.ts",
"./src/components/AddModal/index.tsx",
"./src/components/AddModal/ApplyButton/index.tsx",
"./src/components/Modal/CloseButton/index.tsx",
"./src/components/Modal/Container/index.tsx",
"./src/components/Modal/Form/index.tsx",
"./src/components/Modal/H1/index.tsx",
"./src/components/Modal/Header/index.tsx",
"./src/components/Modal/Input/index.tsx",
"./src/components/Modal/InputWrapper/index.tsx",
"./src/components/Modal/Select/index.tsx",
"./src/components/EditButton/index.tsx",
"./src/components/FloatingButton/index.tsx",
"./src/components/Header/index.tsx",
"./src/components/Informations/index.tsx",
"./src/components/ReceivedTable/index.tsx",
"./src/components/RemoveButton/index.tsx",
"./src/components/SpentTable/index.tsx",
"./src/components/TableButtonWrapper/index.tsx",
"./src/components/Td/index.tsx",
"./src/components/Th/index.tsx",
"./src/context/CurrentMovimentationCtx.tsx",
"./src/context/MovimentationCtx.tsx",
"./src/context/OpenCloseAddModalCtx.tsx",
"./src/utils/enums/movimentationType.ts",
"./src/utils/functions/formatter.ts",
"./src/utils/functions/localStorage.ts",
"./src/utils/interfaces/movimentation.ts",
"./src/utils/types/movimentation.ts"
],
"version": "5.6.2"
}