mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-28 14:55:45 +00:00
12 lines
222 B
JSON
12 lines
222 B
JSON
{
|
|
"extends": "@lifeforge/configs/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["./src/**/*.ts"],
|
|
"exclude": ["./src/templates/**/*"]
|
|
}
|