2026-01-06 20:53:48 +00:00
|
|
|
{
|
|
|
|
|
"extends": "./tsconfig.app.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"moduleResolution": "node",
|
2026-01-06 20:58:07 +00:00
|
|
|
"allowImportingTsExtensions": false,
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {
|
|
|
|
|
"@/*": ["./src/*"]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"include": ["src"]
|
2026-01-06 20:53:48 +00:00
|
|
|
}
|
|
|
|
|
|