test
This commit is contained in:
17
tsconfig.json
Normal file
17
tsconfig.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": "@kevisual/types/json/frontend.json",
|
||||
"compilerOptions": {
|
||||
"jsx": "react-jsx",
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"./src/*"
|
||||
],
|
||||
"@/app.ts": [
|
||||
"./agents/app.ts"
|
||||
],
|
||||
},
|
||||
},
|
||||
"include": [
|
||||
"./src",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user