config(): remove exclude property

This commit is contained in:
Kamil Myśliwiec 2020-06-01 11:16:45 +02:00
parent daeb1fd05a
commit 2bac44337d
No known key found for this signature in database
GPG Key ID: 75F02E89A1A1092B
1 changed files with 1 additions and 2 deletions

View File

@ -11,6 +11,5 @@
"outDir": "./dist", "outDir": "./dist",
"baseUrl": "./", "baseUrl": "./",
"incremental": true "incremental": true
}, }
"exclude": ["node_modules", "dist"]
} }