Webcreat / tsconfig.json
arkleinberg's picture
Upload 40 files
e061365 verified
raw
history blame contribute delete
224 Bytes
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}