initial commit
This commit is contained in:
commit
3d733cfe0b
11 changed files with 685 additions and 0 deletions
21
deno.json
Normal file
21
deno.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"tasks": {},
|
||||
"imports": {
|
||||
"cobweb/jsx-runtime": "./src/jsx.ts"
|
||||
},
|
||||
"fmt": {
|
||||
"useTabs": true,
|
||||
"semiColons": true
|
||||
},
|
||||
"lint": {
|
||||
"rules": {
|
||||
"tags": ["recommended"],
|
||||
"exclude": ["no-explicit-any", "require-await"]
|
||||
}
|
||||
},
|
||||
"compilerOptions": {
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "cobweb",
|
||||
"lib": ["deno.ns", "esnext", "dom", "dom.iterable"]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue