Initial commit

This commit is contained in:
Colab Simplon 2024-04-11 14:09:44 +02:00
commit 97314df9aa
55 changed files with 643 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
node_modules
pnpm-lock.yaml
yarn.lock
.parcel-cache
dist

34
.parcelrc Normal file
View File

@ -0,0 +1,34 @@
{
"compressors": {
"*.{html,css,js,svg,map}": [
"...",
"@parcel/compressor-gzip",
"@parcel/compressor-brotli"
]
},
"validators": {
"*.{ts,tsx}": ["@parcel/validator-typescript"]
},
"transformers": {
"*.{ts,tsx}": [
"@parcel/transformer-typescript-tsc"
],
"bundle-text:*": [
"...",
"@parcel/transformer-inline-string"
],
"data-url:*": [
"...",
"@parcel/transformer-inline-string"
]
},
"optimizers": {
"*.{jpg,jpeg,png}": [],
"data-url:*": [
"...",
"@parcel/optimizer-data-url"
]
},
"extends": "@parcel/config-default",
"reporters": ["...", "parcel-reporter-clean-dist"]
}

5
.postcssrc Normal file
View File

@ -0,0 +1,5 @@
{
"plugins": {
"tailwindcss": {}
}
}

9
LICENSE Normal file
View File

@ -0,0 +1,9 @@
MIT License
Copyright (c) 2024 NOBODY
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# template-basic-front
Template pour les projets d'études 'frontend' HTML/SCSS/TS

33
package.json Normal file
View File

@ -0,0 +1,33 @@
{
"name": "template-basic-front",
"version": "1.0.0",
"description": "Template pour les projets d'études 'frontend' HTML/SCSS/TS",
"browserslist": "> 0.5%, last 2 versions, not dead",
"private": true,
"source": "./src/scripts/main.ts",
"module": "./dist/index.js",
"scripts": {
"check": "tsc --noEmit",
"dev": "parcel serve -p 3000 'src/index.html' --lazy"
},
"keywords": [],
"author": "Mathis H",
"license": "MIT",
"devDependencies": {
"@parcel/bundler-default": "^2.12.0",
"@parcel/compressor-brotli": "^2.12.0",
"@parcel/compressor-gzip": "^2.12.0",
"@parcel/config-default": "^2.12.0",
"@parcel/transformer-sass": "^2.12.0",
"@parcel/transformer-typescript-tsc": "^2.12.0",
"@parcel/validator-typescript": "^2.12.0",
"parcel": "latest",
"parcel-reporter-clean-dist": "^1.0.4",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": ">=3.0.0"
},
"dependencies": {
"@fontsource/viga": "^5.0.12"
}
}

View File

@ -0,0 +1,19 @@
/* viga-latin-ext-400-normal */
@font-face {
font-family: 'Viga';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url(./files/viga-latin-ext-400-normal.woff2) format('woff2'), url(./files/viga-latin-ext-400-normal.woff) format('woff');
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* viga-latin-400-normal */
@font-face {
font-family: 'Viga';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url(./files/viga-latin-400-normal.woff2) format('woff2'), url(./files/viga-latin-400-normal.woff) format('woff');
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

View File

@ -0,0 +1,2 @@
# Changelog
See the [Fontsource CHANGELOG.md](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md).

View File

@ -0,0 +1,93 @@
Copyright (c) 2011 Fontstage (info@fontstage.com), with Reserved Font Name "Viga"
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

View File

@ -0,0 +1,47 @@
# Fontsource Viga
[![npm (scoped)](https://img.shields.io/npm/v/@fontsource/viga?color=brightgreen)](https://www.npmjs.com/package/@fontsource/viga) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/@fontsource/viga)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/@fontsource/viga)](https://github.com/fontsource/fontsource) [![GitHub stars](https://img.shields.io/github/stars/fontsource/fontsource.svg?style=social&label=Star)](https://github.com/fontsource/fontsource/stargazers)
The CSS and web font files to easily self-host the “Viga” font. Please visit the main [Fontsource website](https://fontsource.org/fonts/viga) to view more details on this package.
## Quick Installation
Fontsource offers multiple methods to import the CSS, including using a bundler like Vite or using SASS. You can find full documentation [here](https://fontsource.org/docs/getting-started/introduction).
```javascript
npm install @fontsource/viga
```
Within your app entry file or site component, import it in.
```javascript
import "@fontsource/viga"; // Defaults to weight 400
import "@fontsource/viga/400.css"; // Specify weight
import "@fontsource/viga/400-italic.css"; // Specify weight and style
```
Supported variables:
- Weights: `[400]`
- Styles: `[normal]`
- Subsets: `[latin,latin-ext]`
> Note: `italic` may not be supported by all fonts. To learn more about what weights and styles are supported, please visit the [Fontsource website](https://fontsource.org/fonts/viga).
Finally, you can reference the font name in a CSS stylesheet, CSS Module, or CSS-in-JS.
```css
body {
font-family: "Viga";
}
```
## Licensing
Always make sure to read the license for each font you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0.
Copyright (c) 2011 Fontstage (info@fontstage.com), with Reserved Font Name "Viga"
[OFL-1.1](http://scripts.sil.org/OFL)
## Other Notes
Font version (provided by source): `v14`.
If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues).

Binary file not shown.

View File

@ -0,0 +1,19 @@
/* viga-latin-ext-400-normal */
@font-face {
font-family: 'Viga';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url(./files/viga-latin-ext-400-normal.woff2) format('woff2'), url(./files/viga-latin-ext-400-normal.woff) format('woff');
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* viga-latin-400-normal */
@font-face {
font-family: 'Viga';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url(./files/viga-latin-400-normal.woff2) format('woff2'), url(./files/viga-latin-400-normal.woff) format('woff');
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

View File

@ -0,0 +1,8 @@
/* viga-latin-400-normal */
@font-face {
font-family: 'Viga';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url(./files/viga-latin-400-normal.woff2) format('woff2'), url(./files/viga-latin-400-normal.woff) format('woff');
}

View File

@ -0,0 +1,8 @@
/* viga-latin-ext-400-normal */
@font-face {
font-family: 'Viga';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url(./files/viga-latin-ext-400-normal.woff2) format('woff2'), url(./files/viga-latin-ext-400-normal.woff) format('woff');
}

View File

@ -0,0 +1,8 @@
/* viga-latin-ext-400-normal */
@font-face {
font-family: 'Viga';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url(./files/viga-latin-ext-400-normal.woff2) format('woff2'), url(./files/viga-latin-ext-400-normal.woff) format('woff');
}

View File

@ -0,0 +1,8 @@
/* viga-latin-400-normal */
@font-face {
font-family: 'Viga';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url(./files/viga-latin-400-normal.woff2) format('woff2'), url(./files/viga-latin-400-normal.woff) format('woff');
}

View File

@ -0,0 +1,19 @@
{
"id": "viga",
"family": "Viga",
"subsets": ["latin", "latin-ext"],
"weights": [400],
"styles": ["normal"],
"defSubset": "latin",
"variable": false,
"lastModified": "2022-09-22",
"version": "v14",
"category": "sans-serif",
"license": {
"type": "OFL-1.1",
"url": "http://scripts.sil.org/OFL",
"attribution": "Copyright (c) 2011 Fontstage (info@fontstage.com), with Reserved Font Name \"Viga\""
},
"source": "https://github.com/google/fonts",
"type": "google"
}

View File

@ -0,0 +1,30 @@
{
"name": "@fontsource/viga",
"version": "5.0.12",
"description": "Self-host the Viga font in a neatly bundled NPM package.",
"main": "index.css",
"publishConfig": {"access": "public"},
"keywords": [
"fontsource",
"font",
"font family",
"google fonts",
"viga",
"Viga",
"css",
"sass",
"front-end",
"web",
"typeface",
"variable"
],
"author": "Google Inc.",
"license": "OFL-1.1",
"homepage": "https://fontsource.org/fonts/viga",
"repository": {
"type": "git",
"url": "https://github.com/fontsource/font-files.git",
"directory": "fonts/google/viga"
},
"publishHash": "c2b9bb905b377a60"
}

View File

@ -0,0 +1,17 @@
$id: 'viga' !default;
$family: 'Viga' !default;
$category: sans-serif !default;
$subsets: (latin, latin-ext) !default;
$weights: (400) !default;
$styles: (normal) !default;
$axes: null !default;
$defaults: (
subset: latin,
weight: 400,
style: normal,
axis: null,
) !default;
$unicode: (
latin-ext: (U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF),
latin: (U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD),
) !default;

View File

@ -0,0 +1,184 @@
@use 'sass:list';
@use 'sass:map';
@use 'sass:math';
@use 'sass:meta';
@use 'sass:string';
@use 'metadata';
$metadata: meta.module-variables(metadata) !default;
$directory: null !default;
$family: null !default;
$display: null !default;
$formats: null !default;
$subsets: null !default;
$weights: null !default;
$styles: null !default;
$axes: null !default;
// Deprecated
$displayVar: null !default;
@mixin generator(
$metadata: $metadata,
$directory: $directory,
$family: $family,
$display: $display,
$formats: $formats,
$subsets: $subsets,
$weights: $weights,
$styles: $styles,
$axes: $axes,
// Deprecated
$displayVar: $displayVar
) {
@if $displayVar != null {
@warn "$displayVar is deprecated due to the limitation of using css variables in @font-face (https://github.com/fontsource/fontsource/issues/726).";
}
$isVariable: map.get($metadata, axes) != null;
$directory: if(
$directory,
$directory,
'~@fontsource#{if($isVariable, '-variable', '')}/#{map.get($metadata, id)}/files'
);
$family: if($family, $family, map.get($metadata, family) + if($isVariable, ' Variable', ''));
$display: if($display, $display, swap);
$formats: if(not $formats or $formats == all, if($isVariable, woff2, (woff2, woff)), $formats);
$subsets: if(
$subsets,
if($subsets == all, map.get($metadata, subsets), $subsets),
map.get($metadata, defaults, subset)
);
$weights: if(
$weights,
if($weights == all, map.get($metadata, weights), $weights),
map.get($metadata, defaults, weight)
);
$styles: if(
$styles,
if($styles == all, map.get($metadata, styles), $styles),
map.get($metadata, defaults, style)
);
$axes: if(
$axes,
if($axes == all, full, $axes),
if($isVariable, if(map.has-key($metadata, axes, wght), wght, full), null)
);
@each $subset in $subsets {
@each $unicodeSubset, $unicodeRange in map.get($metadata, unicode) {
@if (
($subset == $unicodeSubset) or
(
// Is numeric subset
($subset == map.get($metadata, defaults, subset)) and not
list.index(map.get($metadata, subsets), $unicodeSubset)
)
) {
@each $weight in if($axes, null, $weights) {
@each $axis in $axes {
@each $style in $styles {
$variant: '#{map.get($metadata, id)}-#{if($unicodeSubset, $unicodeSubset, $subset)}-#{if($axis, $axis, $weight)}-#{$style}';
$src: ();
@each $format in $formats {
$src: append(
$src,
url('#{$directory}/#{$variant}.#{$format}')
format('#{$format}#{if($axis, '-variations', '')}'),
comma
);
}
@content ((
metadata: $metadata,
directory: $directory,
family: $family,
display: $display,
formats: $formats,
subsets: $subsets,
weights: $weights,
styles: $styles,
axes: $axes,
variant: $variant,
subset: $subset,
unicodeSubset: $unicodeSubset,
unicodeRange: $unicodeRange,
weight: $weight,
axis: $axis,
style: $style,
font-family: string.quote($family),
font-style: if(
(($axis == full) or ($axis == slnt)) and map.has-key($metadata, axes, slnt),
oblique map.get($metadata, axes, slnt, min) + deg map.get($metadata, axes, slnt, max) + deg,
$style
),
font-display: $display,
font-weight: if(
(($axis == full) or ($axis == wght)) and map.has-key($metadata, axes, wght),
map.get($metadata, axes, wght, min) map.get($metadata, axes, wght, max),
$weight
),
font-stretch: if(
(($axis == full) or ($axis == wdth)) and map.has-key($metadata, axes, wdth),
'#{map.get($metadata, axes, wdth, min)}% #{map.get($metadata, axes, wdth, max)}%',
null
),
src: $src,
unicode-range: $unicodeRange,
));
}
}
}
}
}
}
}
@mixin faces(
$metadata: $metadata,
$directory: $directory,
$family: $family,
$display: $display,
$formats: $formats,
$subsets: $subsets,
$weights: $weights,
$styles: $styles,
$axes: $axes,
// Deprecated
$displayVar: $displayVar
) {
@include generator(
$metadata: $metadata,
$directory: $directory,
$family: $family,
$display: $display,
$formats: $formats,
$subsets: $subsets,
$weights: $weights,
$styles: $styles,
$axes: $axes,
$displayVar: $displayVar
)
using ($props) {
/* #{map.get($props, variant)} */
@font-face {
font-family: map.get($props, font-family);
font-style: map.get($props, font-style);
font-display: map.get($props, font-display);
font-weight: map.get($props, font-weight);
font-stretch: map.get($props, font-stretch);
unicode-range: map.get($props, unicode-range);
src: map.get($props, src);
}
}
}

View File

@ -0,0 +1,4 @@
{
"latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF",
"latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD"
}

21
src/index.html Normal file
View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles/tw.css">
<link rel="stylesheet" href="styles/index.css">
<script type="module" src="scripts/main.ts"></script>
</head>
<body>
<main class="flex flex-col justify-between items-center w-full h-screen">
<header>a</header>
<section>b</section>
<footer>c</footer>
</main>
</body>
</html>

View File

View File

@ -0,0 +1 @@
> Contient les classes...

View File

View File

@ -0,0 +1 @@
> Contient les évenements du DOM

0
src/scripts/main.ts Normal file
View File

View File

View File

@ -0,0 +1 @@
> Contient les services. ex: RegisterService, DisconnectService

View File

View File

@ -0,0 +1 @@
> Contient les templates DOM

View File

View File

@ -0,0 +1 @@
> Contient les interfaces, énumérations et autres...

View File

View File

@ -0,0 +1 @@
> Contient des diférents éléments 'utilitaires'

View File

13
src/styles/font.css Normal file
View File

@ -0,0 +1,13 @@
/* viga-latin-400-normal */
@font-face {
font-family: 'Viga';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url(./../assets/fonts/viga/index.css);
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
body {
font-family: 'Viga', sans-serif;
}

1
src/styles/index.css Normal file
View File

@ -0,0 +1 @@
@import url('./font.css');

View File

5
src/styles/readme.md Normal file
View File

@ -0,0 +1,5 @@
```javascript
import * as classes from './style.module.scss';
document.body.className = classes.body;
```

3
src/styles/tw.css Normal file
View File

@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

10
tailwind.config.js Normal file
View File

@ -0,0 +1,10 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{html,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}

29
tsconfig.json Normal file
View File

@ -0,0 +1,29 @@
{
"compilerOptions": {
"lib": [
"esnext",
"dom"
],
"baseUrl": "/",
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"module": "ESNext",
"isolatedModules": true,
"incremental": true,
"plugins": [],
"paths": {
"@/*": ["./src/*"],
"@class/*": ["./src/class/*"],
"@events/*": ["./src/events/*"],
"@services": ["./src/services"],
"@templates": ["./src/templates"],
"@types": ["./src/types"],
"@utils/*": ["./src/utils/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
}