prism/server/tsconfig.json

9 lines
126 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
}
}