mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-29 15:25:50 +00:00
19 lines
266 B
JSON
19 lines
266 B
JSON
{
|
|
"extends": "./client/tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"composite": false,
|
|
"paths": {
|
|
"@": [
|
|
"./client/index"
|
|
],
|
|
"@/*": [
|
|
"./client/*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"./manifest.ts"
|
|
]
|
|
}
|