Files
smesh/tsconfig.json
codytseng 824e2ea9d5 🎉
2024-10-26 18:10:41 +08:00

10 lines
203 B
JSON

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