Nothing works, I dont understand modern javascript

This commit is contained in:
Igor Katson 2023-11-21 00:50:35 +00:00
parent 72666e9258
commit d5cf369a75
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
139 changed files with 10138 additions and 55 deletions

View file

@ -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",
}
}