Initial commit - TrackSteel Site

This commit is contained in:
Marcos
2026-05-15 08:44:32 -03:00
commit 6555459af0
95 changed files with 13984 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"files": [],
"references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"noImplicitAny": false,
"noUnusedParameters": false,
"skipLibCheck": true,
"allowJs": true,
"noUnusedLocals": false,
"strictNullChecks": false
}
}