deno configs

This commit is contained in:
2025-06-07 13:24:09 -03:00
parent 1ecc722b63
commit b8efc238c4
4 changed files with 4871 additions and 8 deletions

View File

@@ -5,7 +5,12 @@
"jsxImportSource": "react",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}
"@/*": [
"./src/*"
]
},
},
"include": [
"**/*.ts"
]
}