Initial commit from agent-native create

This commit is contained in:
agent-native
2026-07-25 17:10:38 +00:00
commit ffea2aeff7
120 changed files with 6804 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"extends": "@agent-native/core/tsconfig.base.json",
"compilerOptions": {
"ignoreDeprecations": "6.0",
"rootDirs": [
".",
"./.react-router/types"
],
"paths": {
"*": [
"./*"
],
"@/*": [
"./app/*"
],
"@shared/*": [
"./shared/*"
]
}
},
"include": [
"app/**/*",
"server/**/*",
"shared/**/*",
"vite.config.ts",
"react-router.config.ts",
".react-router/types/**/*",
".generated/**/*"
]
}