belgattitude/nextvalid

View on GitHub
examples/next-classic/tsconfig.no-paths.json

Summary

Maintainability
Test Coverage
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "paths": {
      "@/backend": ["./src/backend/index"],
      "@/lib": ["./src/lib/index"]
    }
  }
}