Files
smesh/tsconfig.json
2024-10-31 17:53:03 +08:00

11 lines
242 B
JSON

{
"compilerOptions": {
"paths": {
"@renderer/*": ["./src/renderer/src/*"],
"@common/*": ["./src/common/*"],
}
},
"files": [],
"references": [{ "path": "./tsconfig.node.json" }, { "path": "./tsconfig.web.json" }]
}