mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
feat: Add new web frontend
This commit is contained in:
9
packages/web/tsconfig.json
Normal file
9
packages/web/tsconfig.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "astro/tsconfigs/strict",
|
||||
"include": [".astro/types.d.ts", "**/*"],
|
||||
"exclude": ["dist"],
|
||||
"compilerOptions":{
|
||||
"jsx":"preserve",
|
||||
"jsxImportSource":"solid-js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user