Files
eng-bot-landing/tsconfig.json
2025-12-12 02:57:18 +03:00

17 lines
339 B
JSON

{
"files": [],
"references": [
{ "path": "./.nuxt/tsconfig.app.json" },
{ "path": "./.nuxt/tsconfig.server.json" },
{ "path": "./.nuxt/tsconfig.shared.json" },
{ "path": "./.nuxt/tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"],
"~/*": ["./*"]
}
}
}