customer-riverside/tsconfig.json

22 lines
613 B
JSON
Raw Permalink Normal View History

2026-06-13 23:38:35 -08:00
{
"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"
]
}