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