Initial commit from agent-native create
This commit is contained in:
@@ -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/**/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user