got something building and activating in a react app, at least!
This commit is contained in:
parent
eca1e45363
commit
e6a22d452e
5 changed files with 670 additions and 15 deletions
|
@ -7,8 +7,9 @@
|
|||
"rootDir": "./src",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"lib": ["ES2022"],
|
||||
"types": ["node"],
|
||||
|
||||
"lib": ["ES2022", "DOM"],
|
||||
"types": ["node", "react"],
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"resolveJsonModule": true
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue