mirror of
https://github.com/colanode/colanode.git
synced 2025-12-29 00:25:03 +01:00
13 lines
298 B
JSON
13 lines
298 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Desktop",
|
|
"extends": "../../tsconfig.base.json",
|
|
"files": [],
|
|
"references": [{ "path": "./tsconfig.node.json" }, { "path": "./tsconfig.web.json" }],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
}
|
|
}
|