JS and its ecosystem is absolute garbage
This commit is contained in:
parent
f1c1486417
commit
e5d96243d4
20 changed files with 2796 additions and 2982 deletions
|
|
@ -1,27 +1,17 @@
|
|||
{
|
||||
"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",
|
||||
}
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"noEmit": true,
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
/* Preact Config */
|
||||
"jsx": "react-jsx",
|
||||
"skipLibCheck": true,
|
||||
},
|
||||
"include": [
|
||||
"node_modules/vite/client.d.ts",
|
||||
"**/*"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue