Nothing works, I dont understand modern javascript
This commit is contained in:
parent
72666e9258
commit
d5cf369a75
139 changed files with 10138 additions and 55 deletions
|
|
@ -1,9 +1,27 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"outDir": "dist",
|
||||
"lib": [
|
||||
"dom",
|
||||
"es2015"
|
||||
],
|
||||
"jsx": "preserve",
|
||||
// "jsxImportSource": "preact",
|
||||
// "skipLibCheck": true,
|
||||
// "baseUrl": "./",
|
||||
// "paths": {
|
||||
// "react": [
|
||||
// "./node_modules/preact/compat/"
|
||||
// ],
|
||||
// "react-dom": [
|
||||
// "./node_modules/preact/compat/"
|
||||
// ],
|
||||
// "preact": [
|
||||
// "./node_modules/preact/src/"
|
||||
// ]
|
||||
// },
|
||||
"moduleResolution": "Node16",
|
||||
"module": "Node16",
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue