🚨 Exclude app from TS build

This commit is contained in:
RaviAnand Mohabir 2021-05-21 13:16:02 +02:00
parent f58d3a9dda
commit f41d9d8d92

View File

@ -14,5 +14,5 @@
"baseUrl": "./", "baseUrl": "./",
"incremental": true "incremental": true
}, },
"exclude": ["node_modules", "dist", "example-app"] "exclude": ["node_modules", "dist", "app"]
} }