🚀 Init
This commit is contained in:
commit
46d260516f
41 changed files with 2813 additions and 0 deletions
16
tsconfig.json
Normal file
16
tsconfig.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"include": [
|
||||
"./src",
|
||||
"index.ts"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"lib": ["ESNext"],
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"jsx": "react-jsx",
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue