UI and a Lisp experiment

This commit is contained in:
Yura Dupyn 2026-04-25 01:10:49 +02:00
parent 38ff06ea45
commit f55b437037
24 changed files with 2746 additions and 89 deletions

View file

@ -3,10 +3,13 @@
"target": "es2023",
"module": "esnext",
"lib": ["ES2023", "DOM"],
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client"],
"skipLibCheck": true,
"baseUrl": ".",
"ignoreDeprecations": "6.0",
"paths": {
"source-region": [ "./libs/source-region/src/index.ts" ]
},