22 lines
613 B
JSON
22 lines
613 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"checkJs": true,
|
||
|
|
"allowJs": true,
|
||
|
|
"noEmit": true,
|
||
|
|
"strict": true,
|
||
|
|
"lib": ["dom", "es2022"],
|
||
|
|
"target": "es2022",
|
||
|
|
"module": "es2022",
|
||
|
|
"moduleResolution": "bundler",
|
||
|
|
"paths": {
|
||
|
|
"https://esm.sh/preact@10": ["./node_modules/preact/src/index.d.ts"],
|
||
|
|
"https://esm.sh/preact@10/hooks": ["./node_modules/preact/hooks/src/index.d.ts"],
|
||
|
|
"https://esm.sh/htm@3/preact": ["./node_modules/htm/preact/index.d.ts"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"web/modules/custom/riverside_pt/js/**/*.js",
|
||
|
|
"web/modules/custom/riverside_pt/js/globals.d.ts"
|
||
|
|
]
|
||
|
|
}
|