Files
SSA/tsconfig.json

17 lines
279 B
JSON
Raw Normal View History

2025-01-14 16:23:56 +05:30
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Bundler",
"skipLibCheck": true,
"paths": {
"@/*": ["./src/*"]
}
}
}