27 lines
No EOL
679 B
JSON
27 lines
No EOL
679 B
JSON
{
|
|
"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",
|
|
}
|
|
} |