Skip to content
Snippets Groups Projects
tsconfig.build.json 97 B
Newer Older
  • Learn to ignore specific revisions
  • Hugo SUBTIL's avatar
    Hugo SUBTIL committed
    {
      "extends": "./tsconfig.json",
      "exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
    }