config(): remove exclude property
This commit is contained in:
parent
daeb1fd05a
commit
2bac44337d
|
|
@ -11,6 +11,5 @@
|
||||||
"outDir": "./dist",
|
"outDir": "./dist",
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"incremental": true
|
"incremental": true
|
||||||
},
|
}
|
||||||
"exclude": ["node_modules", "dist"]
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue