21 lines
333 B
JSON
21 lines
333 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.app.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.worker.json"
|
|
}
|
|
],
|
|
"compilerOptions": {
|
|
"types": ["./worker-configuration.d.ts"],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@ui/*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|